How to run business rule with smartlist as parameter use epmautomate?
Back ground: EPBCS. We are using epmautomte runbusiness rule command. But we have a problem. In the business rule, Add TBH (Add a new hire), the rtp variable "start Month" is value from smartlist. When I pass the value Jan as parameter, I got error.
Same for PayTypel, Employee type...
C:\Oracle\EPM Automate\bin>epmautomate runbusinessrule "Add Employee" "Year=FY19" "Scenario=OEP_Plan" "Version=OEP_Working" "Department=S211" "PermTempEmployeeType=Regular" "AnnualPayType=$70_000" "NumTBH=1" "FTE=1" "StartMonth=Jan" "Comments=Automation Testing add for Entity 211" "FlexDim1=P0000"
Processing...
EPMAT-1:The following value is not valid for the runtime prompt: Jan.
When I open the Month Smart list, I cannot find the ID of each value in the list. Any solution? thanks.