BookmarkSubscribeRSS Feed
AlinPopescu1984
Calcite | Level 5

Hello,

My question regarding EGRC is related to the screen definition of a custom object.

I am trying to reference a field from another object while loading the screen definition of the current custom object. For ex: i am in customobject3 and i want to use a field temp from customobject2 (allready created with the name/id=10123) i can't use 10123.temp (it doesn't work).

Anybody has any idea? It would really help me.

Thank you,

Alin

2 REPLIES 2
BrendanW
SAS Moderator

FYI, I'm moving this topic into its correct location in the Risk Management area.

LOVE_SAA
Obsidian | Level 7
Hi, try as below.
<initialize>
<set name="temp.object2" value ="object3.field"/>
</initialize>