...
Code Block |
---|
<html><head><title>onSaveExample1</title> <script type="text/javascript"> function fieldsOnDefault(){ return "CUSTTXT08"; } function getDefaultValueOfCUSTTXT08(){ return "2.ACCTXT01"; } </script></head><body></Body><body></html> |
where:
- fieldsOnDefault lists the field (in this example, CUSTTXT08) that is to be updated in the MEFIELDNAME parameter. The code in onSave example 1 is as follows: function fieldsOnDefault(){ return "CUSTTXT08"; }
...