Is it possible to cancel a contractdetail programmatically without cancelling the parent contract? Using
SetStateRequest, I can change its state to 2, which is "Canceled", but I was searching for
the ContractDetail analogy for CancelContractRequest.
Does such a Message exist?
Thank you.
Update:
On a Contract Detail record's ribbon, I see a button called "Cancel Contract Line". This is what I want, but I don't know the underlying SDK.Message, assuming that's how the action is accomplished. I need to do the cancel in a C# extension
program.
I looked at a list of messages but it was for plug-ins which may or may not be applicable here.