cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Default Values for Out of Box Fields!

Former Member
0 Likes
136

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

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