cancel
Showing results for 
Search instead for 
Did you mean: 

How to get value of MA attributes on Contract Document phase change script

Former Member
0 Kudos

Hi,

I need to get value of Master Agreement attributes on Contract Document phase change.

When Contract document phase changes to Supplier Draft, I want values of Master Agreement - Publish date, vendor visible, email.

But I am unable to retrieve the same.

I wrote IBean code to get but was not working.

Please help me resolve this issue.

Thanks,

Saloni

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Saloni,

There is nothing different that you should do for this script.

Use the getParentIBean() function on Contract Document to get the parent MA/SA. From there on it is as simple as using the correct getters to fetch the values.

Hope this helps.

Thanks

Devesh

Former Member
0 Kudos

Hi Devesh,

Thanks for the information. Can you also suggest what is to be used in case we want Contract document information in Master Agreement class?

Regards,

Saloni

Answers (0)