Update issue in Overhead accounting Rules
Summary:
Hi
I am trying to update Rate in Overhead accounting rules, but it gets failed in few scenarios with below error.
Please let us know what exactly causing this issue.
Attached screenshot is for your reference
Patch - /fscmRestApi/resources/latest/costAccountingOverheadRules/{RuleId}
Error - The value of the attribute From Period isn't valid. The rule revision exists for the Sep-24 period. You can update the existing rule revision or create a new rule revision with a different from period. (CST-2385720)
Sample Req Payload -
{
"RuleId" : 300001122834363,
"OverheadRuleDetails" : [ {
"RuleId" : 300001122834363,
"RuleDetailId" : 300001122834364,
"FromPeriod" : "Apr-24",
"Rate" : 10
} ]
}
Content (please ensure you mask any confidential information):