Override rule not working
Hi,
I've write override rules in my carreer but without any errors. Usually we leverage this Historical overrides. Now in my case it's a bit diferent.
For some accounts we want to copy the data to a target account for some ICP members.
Source accounts are under a parent and acct # format is 123456 (Parent IntraFU). The target Account is in this format 123456_AFU. Usually in historical overrides it's the oposite.
My rule is this
If InList(HS.Entity.List("", "MAH"),pov_entity) AND InList(HS.ICP.List("","MAH"),pov_entity)=TRUE Then
aMAH = HS.ICP.List("","MAH")
aActlist = HS.Account.List("IntraFU", "[Base]")
0