Need to dispaly record link through email

I have a requirement, where I want to display the tempo records through email directly to the user.
The link will be like this....

environment/.../record type/item/itemid/view/summary

How can we get unique itemid ? Is there any function to get itemid of individual record?

Regards,
Swapna C

OriginalPostID-231327

  Discussion posts and replies are publicly visible

Parents
  • Hi Swapna,
    You can call this function urlforrecord(recordType, recordIds) in the script task of your process model and it will return the link as expected.
    Note:recordType will be the type of the record that you are going to link
    recordIds will be the process id if you are using the process backed record or primary key in case of entity backed record
Reply
  • Hi Swapna,
    You can call this function urlforrecord(recordType, recordIds) in the script task of your process model and it will return the link as expected.
    Note:recordType will be the type of the record that you are going to link
    recordIds will be the process id if you are using the process backed record or primary key in case of entity backed record
Children
No Data