Does anyone have experience sending a PrintForm as an attachment as part of an exit rule on a custom business class in HR Talent/Configuration Console LPL?
I have an IDMAttachment type field on the business class called "RequisitionForm",
a navigation to the PrintForm I want to attach called "RequisitionPrintFormPDF"
and a RuleBlock I created using delivered LPL from the EmployeeAppraisal business class:
GenerateJobRequisitionPrintForm
RequisitionDocument.File = AIRJobRequisitionPrintForm as pdf
RequisitionDocument.Title = AIRJobRequisitions.PositionDescription+"_"+AIRJobRequisitions
RequisitionDocument.MimeType = "application/pdf"
I feel like I am just missing the action LPL to tie everything together...I just can't find anything in the LPL viewer to point me in the right direction.