I am creating an Auto Accounting rule. I need help with a select Statement
I am creating an Auto Accounting rule. I need help with a select Statement that does the following for a Rule that uses SQL:
All project numbers starting with "560%" need to use Account segment = X While the rest of of the project Numbers use account segment = Y.
X and Y are 2 Unearned Revenue Accounts that are usued to separate projects belonging to 2 business units
Using Screenshot below: Business unit = CAS will use account X (28140) and all of its Project Numbers will start with "560.."
Business unit = SCN will use account Y (28130) and none of its projects will start with "560.."
Correct me if using Intermediate value source = Parameter with VALUE = Project Number will suffice to achieve what I need.