on 2013 Jan 18 10:53 AM
Hi,
I want to insert a default value into the field "Project Name" of SAP e-Sourcing 5.1. Is it possible to provide this value through customization?
Also, is it possible to hide fields which are out of box and mandatory? If yes, could you please tell me how can this be achieved.
Kind Regards,
Anshuman
Request clarification before answering.
Hi Anshuman,
You could create a script to default the value of the project name.
If you set the script up as a document lifecycle event to trigger when the project is created you could use:
doc.setDisplayName(project name string)
to set it at the default name you need.
It is not possible to hide an out of the box field that is mandatory.
I hope this helps.
Dan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.