cancel
Showing results for 
Search instead for 
Did you mean: 

How to Unhide Import button in Standard Extension collection?

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

former_member207877
Active Participant
0 Kudos

Hi Lava,

The method which you are using is for extension collection, but project savings is a standard collection.

For the class Project in IAPI there is a method named getProjectSavings()

Your problem would be solved if you use the above mentioned method.

Please let me know if you need any assistance.

Thanks,

Raj.

former_member207877
Active Participant
0 Kudos

Hi Lava,

Since it is a standard collection you can do it through toolbar custamization which uses standard system toolbar ID's.

Please check the toolbar ID for the respective field and then check in the toolbar customization with that repective ID

It may be hidden in toolbar customization.

Also for Some Standard collections import itself is not there. So please check it.

Thanks,

Raj.

Former Member
0 Kudos

Hi Rajshekar,

Thanks for your replies.

I have searched for toolbar ID for this standard collection in system but no luck.

i have used suggested method but no result.

If you have any idea please share with us.

Thanks,

Lava


former_member207877
Active Participant
0 Kudos

Hi Lava,

I think import button itself is not available for the respective collection as per the standard.

So, that is the reason we are not able to find the toolbar ID for the field.

Thanks,

Raj.

Former Member
0 Kudos

Hi Rajshekhar,

Thanks for your useful information.

Regards,

Lava.

Answers (0)