I need to create an add-in for the GL25.1 form. I am trying to figure out which fields are required. The documentation states this:
"The $TRANS section of the .scr file contains a list of all fields on a form, the type of data required, and whether the field is required. Codes that indicate whether the field is required include the following:"
SK
|
Screen Key field. Always required for upload
|
SR
|
Screen Required field. Always required for upload
|
LR
|
Line required field. Always required for upload
|
LF
|
Line function code. Always required for upload
|
SN
|
May be required for upload
|
LN
|
May be required for upload
|
Is that right? You only need the fields that have one of those 6 codes beside it? There are 6 key fields in the GLINTCO table - and only TWO of them show up in the $TRANS section of the GL25.scr file.
Do they mean that the fields identified in GL25.scr are required, IN ADDITION TO THE KEY FIELDS??
Really appreciate your help!