cancel
Showing results for 
Search instead for 
Did you mean: 

CRM IS-U CurrentPremise

sonum_aucharuz
Explorer
0 Kudos

Hi,

I need to access IS-U data from the global data context in CRM - currentpremise. By obtaining the current entity and then traversing the relations, I am able to get the data I need, like the premise or address of premise. However, I am not able to find the nodes (and the relations I need to use) that contain the installation number and the account type.

Any idea how to get them?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can use the following path to get the data.

CUrrent Premise = ISUPREMISe

ISUPREMISE -> IsuPrPremiseIsuPremiseRel -> IsuPremiseInstallationRel - You will get the Installation Data.

Further from IsuPremiseInstallationRel -> IsuInstallationContractRel -> IsuContractBuAgRel -> BuAgBuPaRel - You will get the BP details.

sonum_aucharuz
Explorer
0 Kudos

Thank you so much Naresh!

Your answer was really helpful.

Answers (0)