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
saykosayko 

How can I create a custom mask for custom object input on mobile app?

I have three (students__c, date__c, subject__c) custom objects, there are relationships between all of them. I now wish to create a form, on the S1 mobile app that would allow me to select a student, the student's subject and the date of the exam using a custom mask.

What's the best way to go about it?