This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
versago:form_configuration [2019/11/13 13:54] akoehler |
versago:form_configuration [2020/07/27 11:03] (current) dlee [User Information] |
||
|---|---|---|---|
| Line 239: | Line 239: | ||
| The configuration of a Dynamic DDL is more complicated than a Static DDL in that it uses a Versago report as the source for the list of values. It also allows values to be placed in other controls as needed. | The configuration of a Dynamic DDL is more complicated than a Static DDL in that it uses a Versago report as the source for the list of values. It also allows values to be placed in other controls as needed. | ||
| - | <WRAP center round info> | + | <WRAP center round tip> |
| Even though this DDL uses a report as its source for the list of values, the list of values should be relatively short. Having too many values in a DDL makes it difficult for the user to find the value they need. | Even though this DDL uses a report as its source for the list of values, the list of values should be relatively short. Having too many values in a DDL makes it difficult for the user to find the value they need. | ||
| - | In many cases, using a Lookup report instead of a Dynamic DDL is a better approach. The Lookup report provides some functionality, | + | In most cases, using a Lookup report instead of a Dynamic DDL is a better approach. The Lookup report provides some functionality, |
| </ | </ | ||
| + | |||
| + | |||
| + | |||
| Line 364: | Line 367: | ||
| ===== System Information as Defaults ===== | ===== System Information as Defaults ===== | ||
| - | <WRAP center round info> | + | <WRAP center round tip> |
| **Note that** **the format and case of the User Information, | **Note that** **the format and case of the User Information, | ||
| </ | </ | ||
| Line 370: | 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 376: | 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 399: | Line 403: | ||
| **Bizweaver** is a companion product to Versago that is used for data management and integration. | **Bizweaver** is a companion product to Versago that is used for data management and integration. | ||
| - | There are two methods available to initiate a Bizweaver workflow, **POST** | + | A Bizweaver workflow |
| - | + | ||
| - | The **POST** method is introduced in v2.3. It provides authentication for the request and is the preferred method. Information on using this method is found **// | + | |
| - | + | ||
| - | The **GET** method was introduced in v2.2. It provides similar functionality to the POST method, but does not provide authentication. | + | |
| - | <WRAP center round important | + | <WRAP center round important |
| - | Any forms using the GET method | + | Any forms that were created |
| </ | </ | ||
| - | Information on using this method is found **// | ||
| ====== Read-Only Forms ====== | ====== Read-Only Forms ====== | ||