Question

How to read Entity lookup column in script task

Hi,

How to read Entity lookup column in script task?

Please help. i need the value(display name) of lookup column in script task.

Thank you

Like 0

Like

1 comments

Hello, 

If you want to read column from the previously read or created record with Read data or Add data element you can follow the instructions in the community article below: 

https://community.bpmonline.com/node/26563

If you want to read it from a certain record you can add it to the process as a parameter and use Get to get it in script task (https://prnt.sc/ooum87), or, for example you can use EntitySchemaQuery:

https://academy.bpmonline.com/documents/technic-sdk/7-13/working-database-entity-class

Best regards,

Dennis  

Show all comments