Користувальницькі налаштування

Налаштування сайту


siebel_tools:businessservicequeryaccesslist

Розбіжності

Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.

Посилання на цей список змін

Наступна ревізія
Попередня ревізія
siebel_tools:businessservicequeryaccesslist [2016/11/04 14:09] – внешнее изменение 127.0.0.1siebel_tools:businessservicequeryaccesslist [2022/05/23 15:26] (поточний) – зовнішнє редагування 127.0.0.1
Рядок 1: Рядок 1:
 +====== Business Service Query Access List ======
  
 +Returns the value of the return property from the returnProperty set of the specified business service, after invoking the method with the context.
 +For example:
 +InvokeServiceMethod ("BusServ", "PersonalizationMethod", "Key1=a,Key2=2", "ReturnProperty")
 +
 +invokes the business service method PersonalizationMethod in business service BusServ, passes it the context Key1=a,Key2=2, and returns the value set by the business service in the property ReturnProperty.
 +To use the InvokeServiceMethod function in client mode, the business service name that is called by the InvokeServiceMethod function must be added as the BusinessServiceQueryAccessList parameter value under the [Siebel] section of the application configuration file as follows: 
 +
 +    [Siebel]
 +    BusinessServiceQueryAccessList = BusSvc1,BusSvc2,...
 +
 +Likewise, in Server mode, the component parameter BusinessServiceQueryAccessList must also be set to specify the list.