This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
versago:form_configuration [2020/07/23 11:48] runger [Initiating a Bizweaver Workflow From a Versago Form] |
versago:form_configuration [2020/07/27 11:03] (current) dlee [User Information] |
||
|---|---|---|---|
| Line 373: | Line 373: | ||
| ==== User Information ==== | ==== User Information ==== | ||
| - | " | + | " |
| * {UserProfile**.**$Id} – returns the internal user ID code (integer) | * {UserProfile**.**$Id} – returns the internal user ID code (integer) | ||
| Line 379: | Line 379: | ||
| * {UserProfile**.**$FirstName} – returns the user’s first name | * {UserProfile**.**$FirstName} – returns the user’s first name | ||
| * {UserProfile**.**$LastName} – returns the user’s last name | * {UserProfile**.**$LastName} – returns the user’s last name | ||
| + | * {UserProfile**.**$CopmpanyName} – returns the user’s Company name | ||
| ==== Date Information ==== | ==== Date Information ==== | ||
| Line 404: | Line 405: | ||
| A Bizweaver workflow is initiated using a **POST** transaction. Information on using this method is found **// | A Bizweaver workflow is initiated using a **POST** transaction. Information on using this method is found **// | ||
| - | <WRAP center round important | + | <WRAP center round important |
| Any forms that were created using the v1 Form Builder tool will need to be rebuilt using the v2 Form Builder tool in order to use the POST functionality. | Any forms that were created using the v1 Form Builder tool will need to be rebuilt using the v2 Form Builder tool in order to use the POST functionality. | ||
| </ | </ | ||
| - | Information on using this method is found **// | ||
| ====== Read-Only Forms ====== | ====== Read-Only Forms ====== | ||