cancel
Showing results for 
Search instead for 
Did you mean: 

Method to get contract document type in prephase

Former Member
0 Kudos

Hi All,

Which method can be used to get contract document type in prephase change script?

How to find these methods?

Regards,

Prabhat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

getDocTypeReference() will get you the reference type of contract doc. Use this reference ID to locate the Home API and find the contract type using findUniqueReferenceByName()

Regards

Mudit Saini