Shopping |
Shopping |
Launch the Shopping WSA wizard. |
RefId (string, optional): An id to uniquely identify a WSA order in a third-party system. E.g it could be a ticket id in SerivceNow. This id is saved in the Shopping database once an order is created. If omitted, the id saved in the Shopping database will be null.
|
User (string, optional): The user in whose session WSA wizard should be launched. It should be in the domain\username format. If omitted, WSA wizard will be launched in the session of the user with an active session.
|
The returned result will have this form: |
Launched (bool): True if WSA wizard is launched successfully, false otherwise.
|
Status (string): "Successfully launched" if wizard is launched successfully, an error description otherwise.
|
Shopping.LaunchWsaWizard(RefId:"RITM00001", User:"ACME\John"); where RITM00001 is a ticket id in a third party system like ServiceNow. John is a user in ACME domain. |
|
WarningThis method is reserved for use by 1E. It requires the Shopping module to be enabled in 1E Client. It also requires a full Shopping infrastructure to be installed. |