cancel
Showing results for 
Search instead for 
Did you mean: 

Make fields uneditable in Shopping cart / PO / GR .

Former Member
0 Kudos

Hi All ,

Requirement :

Shopping carts can be created in system either manually or via an interface .

Add a custom field to shopping cart to display this source ( manual / interface ) .

If cart is created via interface and somebody opens shopping cart , all fields should be uneditable to that user .

Any idea how to go ahead with this .

Would appreciate guidance . I have just started with SRM .

Thanks and regards,

Ambar Patil.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

The easiest option is to have some indicator in the SC which shows that the SC is created via an Interface.

Using this iformation, write the code to disable the EDIT button in SC if the cart is created through an interface. This will stop the users from opening the cart in Edit mode.This can be done by coding in the respective Class/Method of the EDIT Button in IMG> SRM Server> Cross Application Basic Settings --> Extension and Field Control -->Control Actions

Another option is to have the similar code writen for each SC Field which will be too complex to handle...

Regards

Virender Singh