Making the field read only when inserting the record.
//sc_btn_new - occurs when the button "new" is clicked to open a new record.
if (sc_btn_new)
{
sc_field_readonly({discount});
}
Making the field read only when inserting the record.
//sc_btn_new - occurs when the button "new" is clicked to open a new record.
if (sc_btn_new)
{
sc_field_readonly({discount});
}
Amanda Santos (Migrated deleted Agent)
Comments