cancel
Showing results for 
Search instead for 
Did you mean: 

How to control approver editing SC filed in SRM 7.0

Former Member
0 Kudos

Hi,

We have different approver roles in SRM 7.0. Some approvers can edit the SC item values during approval process.

Our requirement is approver should edit only few field in shopping cart lxmaple Product category.

How to control this in SRM 7.0?

Thanks,

Ravi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Forgot to mention we are using SRM 7.0 SP8, Application control workflow.

Thanks,

Former Member
0 Kudos

Hi,

Since you are using application control workflow mechanism, to change the field attributes are remain same.. if you give option medium in the security level of the user, if he / she change the quantity or price the workflow will restart ..

Saravanan

Former Member
0 Kudos

Hi,

There is an option to do this via custom development, with which you can open only certain fields for the approvers before they approve the SC..

Description:

You need to develop a class in which you can control the metadata properties as follows..

cs_metadata-visible = 'X'.

cs_metadata-enabled = 'X'.

cs_metadata-required = ' '.

Once the class where developed, you need to map that class with the corresponding field name in the following configuration..

Cross-Application Basic Settings -> Extensions and Field Control (Personalization) -> Configure Field Control -> Configure control for Fields on Header Level or Configure control for Fields on Item Level

That's it your done..

Thanks!!

Bharath

Former Member
0 Kudos

Hi Bharathan

What have suggested is only applicable for PCW not ACW.. please refer the OSS note

1277921 - Allow/Disallow to edit fields for approver/reviewer..

Saravanan

Former Member
0 Kudos

Yes saravanan your right I didn't review the message properly..

Thanks!!

Bharath