cancel
Showing results for 
Search instead for 
Did you mean: 

Back button in CRMCMP_CND

hari_p5
Explorer
0 Kudos

Hi All ,

I have come across a scenario, on editing the record in the Editlist view as below,

Details: Component\view: CRMCMP_CND/CondRecEditListView

I will be taken to the another view. i.e,

Details: Component\view: CRMCMP_CND/CondRecEditConfView

I have changed the values of Promotion name as "SUMMER" , Product id as "9000000101" , description etc...

But when I click on back , entity contains the old values as shown below.

i.e, Promotion name as "SALE" etc..

How can I have the changed values carried back to the editlist screen ?

someone suggest me how to achieve the above requirement.

Thanks in advance.

Best Regards,

Harry

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182421
Active Contributor
0 Kudos

That's weird, looks like standard error, which version of CRM do you have?


Cheers!

Luis

hari_p5
Explorer
0 Kudos

HI Luis,

Thanks for the quick reply.

We are using CRM 7.0 EHP 2.

Regards,

Harry

former_member182421
Active Contributor
0 Kudos

We have the following SP and we don't have this behaviour:

WEBCUIF731

0005

BBPCRM7020004

I would suggest to disable the custom enhancements  and check again:

hari_p5
Explorer
0 Kudos

Hi Luis,

I have tried by disabling the custom enhancement. But all the fields in the view: CRMCMP_CND/CondRecEditConfView are in display mode.

former_member182421
Active Contributor
0 Kudos

So the behaviour changed, right?

If I'm not wrong, you have a custom development which opens the fields which are not supposed to be opened (key fields) I think my blog can help you to understand that:

If this is the scenario, I'm afraid I can't support you further as you are doing something which the standard is not prepared for

hari_p5
Explorer
0 Kudos

Yes Luis.

I have implemented the code in GET_I method to make the fields in EDIT mode.

former_member182421
Active Contributor
0 Kudos

bad idea IMHO, why do you want to change the key fields once the record is saved? I think you should clarfy this with the functional consultant

hari_p5
Explorer
0 Kudos

We have a discount and period  & validity for the product.

to increase/decrease the discount or change the period or validity for the respective product, they are going for editing the condition.