Lines 219-225
If an input record has more than one attribute, the fields should either be ente
Link Here
|
219 |
<ul><li>Example 3: "STARTDATE:January 1, 2010","TRACK:Day"</li></ul> |
219 |
<ul><li>Example 3: "STARTDATE:January 1, 2010","TRACK:Day"</li></ul> |
220 |
The second syntax would be required if the data might have a comma in it, like a date string.</li> |
220 |
The second syntax would be required if the data might have a comma in it, like a date string.</li> |
221 |
[% END %] |
221 |
[% END %] |
222 |
<li><b>Required fields: </b>The fields 'branchcode' and 'categorycode' are required and must match valid entries in your database.</li> |
222 |
<li><b>Required fields: </b>The fields 'cardnumber', 'surname', 'branchcode', and 'categorycode' are required. Branchcode and categorycode must match valid entries in your database.</li> |
223 |
<li><b>Password: </b>Values for the field 'password' should be stored in plaintext, and will be converted to a Bcrypt hash (if your passwords are already encrypted, talk to your system administrator about options).</li> |
223 |
<li><b>Password: </b>Values for the field 'password' should be stored in plaintext, and will be converted to a Bcrypt hash (if your passwords are already encrypted, talk to your system administrator about options).</li> |
224 |
<li><b>Date formats: </b> Date values should match your system preference, and must be zero-padded. |
224 |
<li><b>Date formats: </b> Date values should match your system preference, and must be zero-padded. |
225 |
<ul><li>Example: '01/02/2008'</li></ul> |
225 |
<ul><li>Example: '01/02/2008'</li></ul> |
226 |
- |
|
|