cancel
Showing results for 
Search instead for 
Did you mean: 

There is a way to change the status of a Customer Quote?

pablo_daniel
Participant
0 Kudos

Hi to the community,

I need to change the CustomerQuote Status to Closed (3)

I tried to use this script but the field is read only

if(status == "014" || status == "025")

{

var vStatus = this.Status;

this.Status.ItemListCustomerQuoteLifeCycleStatusCode = "03"; //This line shows an error because the field is ReadOnly.

}

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

former_member226
Employee
Employee

Hi,

You can not change read only fields from PDI or Data work bench in C4C. SAP does not allow chaning the quote status to close from PDI because when you close the quote then there are certain backgroupd checks and process which needs to be performed in order to transaction to be consitent.

Hence this cannot be done from PDI/SDK.

Thanks

Saurabh

Answers (0)