Skip to main content

Is there any keyword to set the Relationship Attribute at Context Level.

Answered

Comments

1 comment

  • Eric Sambach

    Hello Kajal

    Yes, you can use SetRelationshipAttribute.

    https://docx.syndigo.com/docs/setrelationshipattribute

    This keyword will set the attribute value for the relationship for the context in which the BR was triggered - so, if you have an update in the self context level, you will first need to send a signal to the context in which the update is to be done - we normally update a trigger attribute (for example thgTriggerRelAttrUpdate) and use the Now[] keyword to set a timestamp (just make sure that your trigger BR runs in ComputationPostProcess or ValidationPostProcess).

    1

Please sign in to leave a comment.