Client Scripting for Mobile
- Create a new Client Script
Name: Lab 2.4 Client Scripting for Mobile Table: Problem [problem] UI Type: All Type: onLoad Active: Selected Inherited: Not Selected Global: Selected- Examine and write the Script:
function onLoad(){ if(g_form.isNewRecord()){ g_form.setValue('assigned_to', g_user.userID); g_form.flash('assigned_to', 'tomato', -8); } }- Select Submit