The Javascript API available in Oracle Talent Acquisition Cloud can be utilised to drive field level validations and calculations. This is especially useful in the offer process, where specific offer components can be auto-calculated based on the base salary. The paper looks at the framework in general and illustrates the application of the same with an example scenario.
3 comments:
Jiju,
while creating bookmark ,after created bookmark using this script
javascript:(function()
{var x= getTextInControl("salary");
var y=x * 0.12;
setTextInControl("EBA_5fName_5fOUDF",y);}
())
it is been covered to this and nothing is been happening after invoking
javascript:(function()%20{var%20x=%20getTextInControl("salary");%20var%20y=x%20*%200.12;%20setTextInControl("EBA_5fName_5fOUDF",y);}%20())
Plz help
Hi Kiran,
You will need to use the correct reference names of the fields as in your zone. I believe you have copied over the code from the white paper I published and this may not work in your zone. The field references of "salary" and "EBA_5fName_5fOUDF" is from my zone and this might be different from the zone you are using. Do ensure that you are getting the right field reference for this to work.
Cheers,
Jiju.
Additionally - please check the whitepaper where I have mentioned how you can get the field id reference for the field in question. Kindly use that approach to get the correct field id of the fields you are using in your zone.
Best regards,
Jiju.
Post a Comment