on 2020 Sep 11 10:42 AM
Hi,
We are try to import SAP EC system in our company. After setting up all Time Off related object and rule, we use rule trace to trace some problem. we use 'jobInfo.country_of_company' in the rule to determine the amount need to be post. But sometimes 'jobInfo.country_of_company' return 'null'. (Same employee, sometime the country is null, sometime is normal value.)
Here are two rule logs for reference. Is anyone can help me with this issue? Thanks very much.


Request clarification before answering.
I use userID.jobInfo.company.countryOfRegistration instead of jobInfo.country_of_company to solve this problem. it's work now...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Hank,
The country-of-company field is determined by system logic, derived from the Legal Entity/Company of the user. These derivation occurs as a background logic, which in some cases is not completed when rules are being processed. Due to this, it is recommended to use .jobInfo.company.countryOfRegistration instead of jobInfo.country_of_companyas you have stated.
Kind Regards,
Mary
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.