Hello,
I'm wondering if anyone could shed any light on the thinking behind this logic? Our contract analysts have said they will make an update to a Contract Line Member through an ISD upload and it will flip the Can Use For Cost Defaulting field from True to False, even though they don't want it to flip. I found these set actions and their Instance Selections, but I don't really understand the thinking behind it. Even when we tell the system to keep the field as True, the set action kicks in and flips it anyways. I put the instance selections below. Not really want to submit a ticket for this (at least not yet), just hoping someone may be able to help provide some sort of explanation for why it would be setup this way.
Business Class: ContractLine
Action: UpdateActive
Set Actions triggered →
SetCanUseForCostDefaultingTrue:
Instance Selection
where (ContractGroup = ParmContractGroup
and Contract = ParmContract
and CanUseForCostDefaulting = false
and !OnHold)
SetCanUseForCostDefaultingFalse:
Instance Selection
where (ContractGroup = ParmContractGroup
and Contract = ParmContract
and CanUseForCostDefaulting = true
and (FromMember
or !HasBeenActivated))