Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

FCCS Rule is not working as expected

Summary:

Hi Team,

I would like to copy the "FCCS_openingbalance adjustment" values from one account to another and written rules for the same but still it is not working.

Example:

SET HYBRIDBSOINCALCSCRIPT NONE;
FIX("Entity Input","Managed Data","No C1",no "C2,"no C3")
FIX (@Relative("EPU_Accounts",0),"1500010",@Relative("Intercompany Entities",0))
    FIX("FCCS_OpeningBalanceAdjustment")
       "F000000"(
         IF (@ISMBR("FY24") AND @ISMBR("Apr") AND @ISMBR("[P1].[E1]"))
         "1500010"->@CURRMBR("Intercompany")->"FCCS_OpeningBalanceAdjustment" = @SUM(@Relative("EPU_Accounts", 0)->@Relative("Intercompany", 0))->"FCCS_OpeningBalanceAdjustment";
         
         ENDIF
         )
       ENDFIX
ENDFIX
ENDFIX

It would be great if anyone could help on this issue. When i tried to use a hardcoded value like 1, it was copied as expected. But when I tried by using the above lines it is not working.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!