How can I display GUID of objects on ARIS Business Publisher?
Please guide me.
//Yubhesh
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.
Eva Klein on
Hi Yubhesh,
if the information you would like to obtain is to know whether it is possible in ARIS Publisher to output GUIDs using a report, the answer is no, unfortunately not. RegardsEva