Difference between revisions of "Special -- notation fields"
From All n One's bxp software Wixi
Philip Lacey (talk | contribs) (Created page with "When using the -- notation in Business Express (BeX) there are certain fields that are available, that are not explicitly form based fields. These special system replacement...") |
Philip Lacey (talk | contribs) |
||
| Line 7: | Line 7: | ||
== System Based == | == System Based == | ||
| − | * --intSystem_Id-- The Id of the current bxp system | + | * '''--intSystem_Id--''' The Id of the current bxp system |
| − | * --intUser_Id-- The Id of the current logged in user | + | * '''--intUser_Id--''' The Id of the current logged in user |
== Time based == | == Time based == | ||
| − | * --dteWindowsNow-- The current date time in the current server Windows format, eg. dd/mm/yyyy hh:nn:ss where n are minutes | + | * '''--dteWindowsNow--''' The current date time in the current server Windows format, eg. dd/mm/yyyy hh:nn:ss where n are minutes |
| − | * --dteZuluNow-- The current date time in Zulu Date Time format e.g. ZyyyymmddThhnnss where n are minutes | + | * '''--dteZuluNow--''' The current date time in Zulu Date Time format e.g. ZyyyymmddThhnnss where n are minutes |
| − | * --strAgentName-- The first name and surname of the current logged in user | + | * '''--strAgentName--''' The first name and surname of the current logged in user |
| − | * --strAgent_FirstName-- The first name only of the current logged in user | + | * '''--strAgent_FirstName--''' The first name only of the current logged in user |
== Form page based == | == Form page based == | ||
| − | * --dteStart-- The date / time that the page was first displayed in Universal Date time format e.g. yyyy-mm-dd hh:nn:ss where n are minutes | + | * '''--dteStart--''' The date / time that the page was first displayed in Universal Date time format e.g. yyyy-mm-dd hh:nn:ss where n are minutes |
| − | * --dteSelected-- The date / time that the record was initially displayed in Universal Date time format e.g. yyyy-mm-dd hh:nn:ss where n are minutes | + | * '''--dteSelected--''' The date / time that the record was initially displayed in Universal Date time format e.g. yyyy-mm-dd hh:nn:ss where n are minutes |
| − | * --dteEnd-- The date / time that an outcome was chosen and submit clicked in Universal Date time format e.g. yyyy-mm-dd hh:nn:ss where n are minutes | + | * '''--dteEnd--''' The date / time that an outcome was chosen and submit clicked in Universal Date time format e.g. yyyy-mm-dd hh:nn:ss where n are minutes |
== Form outcome based == | == Form outcome based == | ||
| − | * --strContact_Outcome-- The value of the outcome selected | + | * '''--strContact_Outcome--''' The value of the outcome selected |
| − | * --strContact_MediaCode-- The value of the media code selected | + | * '''--strContact_MediaCode--''' The value of the media code selected |
| − | * --strContact_Comments-- The contents of the Comments box | + | * '''--strContact_Comments--''' The contents of the Comments box |
| − | * --dteCallback_DateTime-- The date / time chosen in the Callback box | + | * '''--dteCallback_DateTime--''' The date / time chosen in the Callback box |
| − | * --strAssigned_To-- The firstname and surname of the agent selected in the Assigned To box | + | * '''--strAssigned_To--''' The firstname and surname of the agent selected in the Assigned To box |
| − | * --dteAppointment_Start_DateTime-- The start date / time of the appointment in Universal Date Time format | + | * '''--dteAppointment_Start_DateTime--''' The start date / time of the appointment in Universal Date Time format |
| − | * --dteAppointment_End_DateTime-- The end date / time of the appointment in Universal Date Time format | + | * '''--dteAppointment_End_DateTime--''' The end date / time of the appointment in Universal Date Time format |
Revision as of 21:58, 30 June 2014
When using the -- notation in bxp software (bxp) there are certain fields that are available, that are not explicitly form based fields.
These special system replacements are detailed here.
1 System Based
- --intSystem_Id-- The Id of the current bxp system
- --intUser_Id-- The Id of the current logged in user
2 Time based
- --dteWindowsNow-- The current date time in the current server Windows format, eg. dd/mm/yyyy hh:nn:ss where n are minutes
- --dteZuluNow-- The current date time in Zulu Date Time format e.g. ZyyyymmddThhnnss where n are minutes
- --strAgentName-- The first name and surname of the current logged in user
- --strAgent_FirstName-- The first name only of the current logged in user
3 Form page based
- --dteStart-- The date / time that the page was first displayed in Universal Date time format e.g. yyyy-mm-dd hh:nn:ss where n are minutes
- --dteSelected-- The date / time that the record was initially displayed in Universal Date time format e.g. yyyy-mm-dd hh:nn:ss where n are minutes
- --dteEnd-- The date / time that an outcome was chosen and submit clicked in Universal Date time format e.g. yyyy-mm-dd hh:nn:ss where n are minutes
4 Form outcome based
- --strContact_Outcome-- The value of the outcome selected
- --strContact_MediaCode-- The value of the media code selected
- --strContact_Comments-- The contents of the Comments box
- --dteCallback_DateTime-- The date / time chosen in the Callback box
- --strAssigned_To-- The firstname and surname of the agent selected in the Assigned To box
- --dteAppointment_Start_DateTime-- The start date / time of the appointment in Universal Date Time format
- --dteAppointment_End_DateTime-- The end date / time of the appointment in Universal Date Time format