Hello,
Within the JobApplication business class I am trying to customize the recruiter work flow to limit the number of times our Talent Acquisition people have to enter the same piece of information on multiple forms.
For example on the OfferParameters form there is a field called "Trial Period"

Then on the Transfer form that field exists again only from a different Form:

Basically what I am wanting to do is
1) check if the field is populated already on the Offer Parameters form
a) If yes default the value on the Transfer form to the value on the Offer Parameters form
b) If no leave the field blank and allow the user to input
Since they both exist within the JobApplication business class I feel like this should be possible... I think I am just getting the syntax wrong.
Any assistance would be much appreciated,
Regards,
Josh