Hi Experts,
I have a requirement to unhide Import button in standard extension collection "PROJECT SAVINGS" in project.
I have tried with script but it is not working.
colln=doc.getExtensionCollection("PROJECT_SAVINGS");
objectref = doc.getObjectReference();
bean = colln.find(objectref);
IapiDocumentLockManager.unlockAll(session,bean);
If anyone have achieved this requirement please share.
Thanks for your support.
Regards,
Lava.