function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
James BensonJames Benson 

I want to add a field to the Almond LMS training plan assignment page

Hi,

My users have been using Almond LMS to compelte trainings related to their roles in my organization. When assigning a 'Training Plan' to a user the only field that the visualforce page gives me to update is 'User' (see below)

User-added image

I want to be able to enter a custom field called 'Due Date' (see below) located on the Training Plan Assignment record (which is created when saving the 'Training Plan' pictured above'):

User-added image

When I attempt to add the field 'Training_Plan_Assignment__c.Due_Date__c' into the visualforce code relating to the assignment page of the Training Plans I get the following error (code I use surronded by red rectangle): 

User-added image

Why am I getting a controller error? Anyway to fix?

Thank you!

James BensonJames Benson
Not sure if this forum is equipped for 'bumping', but this an attempt to bump this up to the top of the queue. Would love some help!