Hello,
Looking for some lpl help for a form I am creating in Transition Management. We are on version 11.0.13 of TM.
I want to build a form that the resource has to complete upon a transfer, change work assignment, add workassignment, etc where they will read their position/job description and sign off on it. Pretty basic.
The form I am using, type: transition content has some variables I can use, but I need about 6 fields that are not listed in the variables offered. What is frustrating is I can access one of them, job code:
{lpl:ResourceTransition.WorkAssignment.Job.ShortDescription}
However, using the same logic to access fields like ExemptFromOvertime, Job Summary, Minimum Requirements as well as a few user created fields, is just not working. I can not find them for the life of me. Another frustrating thing is that I can make all of the fields work when I configure the ResourceTransition business class itself. For example, configuring a form on that business class, I can get to all of the fields I need simply by adding
WorkAssignment.Job.ShortDescription
WorkAssignment.Job.ExemptFromOvertime
WorkAssignment.Job..UserfieldPatientCare
WorkAssignment.Job..UserfieldPhyReq
WorkAssignment.Job.Summary
WorkAssignment.Job.OtherInformation
WorkAssignment.Job.UserfieldSkillsAbilities
So I am not understanding why on the content form this would not work either?
{lpl:ResourceTransition.WorkAssignment.Position.Job.ExemptFromOvertime}
or this? {lpl:ResourceTransition.WorkAssignment.Position.Job.ExemptFromOvertime}
Any help is appreciated!
Thank you.