Post Event to Feed : the tag link to the record doesn't appear

Hello,

I'm having trouble with the Post Event to Feed Smart Service. 

I've managed to generate a post with the right message and I can see it appear in the Infos tab of the tempo and in the Infos of my record type. But the problem is the tag with the link to the record does not appear. I've tried checking the security of my record but it doesn't seem to be the problem since all users can access it.

Also I've used this function for the input Record Tag : ={a!toRecordIdentifier(cons!VAG_RECORD,pv!wave_id)}

Does anyone has encountered the same issue ?

Thank you,

  Discussion posts and replies are publicly visible

Parents
  • There's two common ways to resolve this:

    1) Do you have a title for your record? Check the record type designer and see if you have a title defined. If you don't, it won't display the tag!

    2) Can you check that the ID you provided matches the record ID? This depends on the type of record used:

    • If you use an Entity-Backed record, this ID should match the primary key in the DB
    • If you use a Process-Backed record, this ID is the process ID (pp!id)
    • If you use an Expression-Backed record, this ID is the ID from your CDT

    If you're using the right ID variable, check in the monitoring view in your process to see if the ID is populated in your process.

Reply
  • There's two common ways to resolve this:

    1) Do you have a title for your record? Check the record type designer and see if you have a title defined. If you don't, it won't display the tag!

    2) Can you check that the ID you provided matches the record ID? This depends on the type of record used:

    • If you use an Entity-Backed record, this ID should match the primary key in the DB
    • If you use a Process-Backed record, this ID is the process ID (pp!id)
    • If you use an Expression-Backed record, this ID is the ID from your CDT

    If you're using the right ID variable, check in the monitoring view in your process to see if the ID is populated in your process.

Children