YC
How can I display GUID of objects on ARIS Business Publisher?
Please guide me.
//Yubhesh
Hi,
If you are customizing your Business Publisher, you can use the function:
ibpobjdefcontext.getGUID();
This funciton returns the guid of the object "ibpobjdefcontext".
An other way if you don't want to customized your BP is to create a script to write the GUID of every object in a new attribute of the corresponding object. Then, run this script before publishing your data Base. This attribute will be published on BP and appears on the info panel of each object.
Best Regards.