Hi all
I am trying to run a very simple script that works on the MS version but does not on the NW version. Perhaps I am doing something wrong in this version?
My script is simply to add a record to one account upon input to another account:
*WHEN ACCOUNT
*IS "OfficeHire"
*REC(FACTOR=1,ACCOUNT=ServiceCharges)
*ENDWHEN
After inputting data to the OfficeHire I see nothing in the ServiceCharges account. I have tried running the default script through Data Manager and I see zero entries being added in the Formula Log. Also in the Formula log it shows the following, indicating that it has not picked up the value posted in the Input Schedule:
REC :%value%*(1)
Any ideas what is going wrong?
Thanks