Business rule is not working in selected scenarios
Summary:
Hi,
I am trying to run a rule but it seems its not working properly in all the scenarios like data is not being calculated for few of the account members. There is no change in the property of the members but still data is not being calculated.
Code Snippet (add any code snippets that support your topic, if applicable):
SET HYBRIDBSOINCALCSCRIPT FULL;
FIX("FCCS_No Intercompany", "No Future 2", "No Cost Centre","Local_GAAP" ,"FCCS_Periodic")
FIX("FCCS_No Movement")
/Clear Validation Account/FIX(@Relative("Validation Hierarchy", 0),"VAL_Check_Absolute","VAL_Check_Absolute_Group")
"FCCS_Data Input"= #missing;
ENDFIX
Tagged:
0