cancel
Showing results for 
Search instead for 
Did you mean: 

Method get_portfolio_guid needed

Former Member
0 Kudos

Hello everybody,

I have a project guid and want to know the connected portfolio guid.

Can anybody tell me class/method ?

Best regards

Andreas

Accepted Solutions (1)

Accepted Solutions (1)

priyatham_kasu2
Active Participant
0 Kudos

Hi Andeas,

You can get the linked Portfolio Item Guid from table RPM_OBJ_LINK.

GUID = Item GUID

PROJECT_GUID = cProject GUID

OBJECT_TYPE = 0INMCPROJECT.

Regards,

Priyatham

Former Member
0 Kudos

Hello Priyatham,

thx for your fast reply and the tablename RPM_OBJ_LINK.


An indication from me:

  • GUID is the guid of the objectlink
  • PROJECT_GUID is the guid of the item
  • OBJECT_KEY is the guid of the project

Best regards

Andreas

priyatham_kasu2
Active Participant
0 Kudos

Hi Andreas,

Sorry my bad. I was working on something when i provided this data.

The correct mapping are below

Table RPMOBJ_LINK

PROJECT_GUID - Portfolio Item GUID

OBJECT_KEY - cProject GUID

OBJECT_TYPE - 0INMCPROJECT.

Answers (0)