Recursion Limit Error when running a rule
Summary:
I have added new dynamic accounts with formulas. When I try to run a rule, we receive this following error:
Error executing formula for [A0030] (line 0): Recursion limit [128] reached
I can run consolidation without errors but one other rule won't go through.
Formula on new account is as follows:
IF(@ISUDA("Entity", "ICP_Entity_Yes") AND @ISMBR(@RELATIVE("FCCS_Intercompany Entities",0)))
@MEMBERAT(@EQUAL(@SUBSTRING(@NAME(@CURRMBR("Intercompany")), 4), "Entity"),-1)-> @MEMBER(@CONCATENATE("ICP_",(@NAME(@CURRMBR("Entity")))))->"1410L";
ENDIF
I have understood that CURRMBR can sometimes cause problems. Any ideas how to fix this?
Content (please ensure you mask any confidential information):
Tagged:
0