cancel
Showing results for 
Search instead for 
Did you mean: 

how to read relation btw two different nodes

former_member209118
Participant
0 Kudos

Hi Experts,


I need to add a 5 fields in one C.N,but I have only 4 fields are available in that particular C.N, so I created attribute that i needed ( ex: filed 3) which is model node. Problem is when ever I search I need to get values in those 5 fields,but how to a maintain a relation between them based on object_id. can any one please provide code.


Thanks,

Kumar.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member203215
Participant
0 Kudos

If you want to get the data based on OBJECT_ID for the Added node you have to go to GET method of Added node and code in that and get the data using Relations like GET_RELATED_ENTITY ... After getting the desired value you have to assign that value to the Variable VALUE In GET method of node.

VALUE is the Returning parameter of the Get method....

jorge_ocamposbenito
Contributor
0 Kudos

Hi  ashok,

You have to use get_related_entity or get_related_entities methods of your entity to navigate between diferents related bol objects.

You can find example in this links:

To Find Child entity using BOL Programming - CRM - SCN Wiki

Get Related Entities | SCN

Best regards.