<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://siebel.web-box.com.ua/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Siebel CRM - bs</title>
        <description></description>
        <link>https://siebel.web-box.com.ua/</link>
        <lastBuildDate>Sun, 07 Jun 2026 19:38:40 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://siebel.web-box.com.ua/_media/wiki:dokuwiki.svg</url>
            <title>Siebel CRM</title>
            <link>https://siebel.web-box.com.ua/</link>
        </image>
        <item>
            <title>FINS Data Transfer Utilities</title>
            <link>https://siebel.web-box.com.ua/bs:fins_data_transfer_utilitiea?rev=1653308765&amp;do=diff</link>
            <description>FINS Data Transfer Utilities

GetActiveViewProp

Сервис возвращает данные по текущему view &lt;https://docs.oracle.com/cd/E14004_01/books/OrderMgtInfra/OrderMgtInfraDTUService31.html#wp1343428&gt;


  var vBS = TheApplication().GetService(&quot;FINS Data Transfer Utilities&quot;); 
  var inBS = TheApplication().NewPropertySet(); 
  var outBS = TheApplication().NewPropertySet(); 
  vBS.InvokeMethod(&quot;GetActiveViewProp&quot;, inBS, outBS); 

  outBS.GetProperty(&quot;Business Object&quot;);
  outBS.GetProperty(&quot;View&quot;);
  outBS.G…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 23 May 2022 12:26:05 +0000</pubDate>
        </item>
        <item>
            <title>PRM ANI Utility Service</title>
            <link>https://siebel.web-box.com.ua/bs:prn_ani_utility_service?rev=1653308765&amp;do=diff</link>
            <description>PRM ANI Utility Service

Описание в bookShelf &lt;https://docs.oracle.com/cd/B40099_02/books/PRMAdm/PRMAdm_SetUpRealTimeInt20.html&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 23 May 2022 12:26:05 +0000</pubDate>
        </item>
        <item>
            <title>Scripting Framework</title>
            <link>https://siebel.web-box.com.ua/bs:scripting_framework?rev=1653308765&amp;do=diff</link>
            <description>Scripting Framework

Универсальный бизнес сервис для работы с Siebel.

Содержит в себе ряд универсальных функций.

Author: Igor Tereshchenko

Contact: hucster@gmail.com




AssociateBySearchExpr</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 23 May 2022 12:26:05 +0000</pubDate>
        </item>
        <item>
            <title>SiebelUserProfileService</title>
            <link>https://siebel.web-box.com.ua/bs:siebel_user_profile_service?rev=1653308765&amp;do=diff</link>
            <description>SiebelUserProfileService

В процессе разработки может быть очень полезно использовать стандартный сервис SiebelUserProfileService 

Можно делать

GetProfileAttribute(Name)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 23 May 2022 12:26:05 +0000</pubDate>
        </item>
        <item>
            <title>Bussiness Service</title>
            <link>https://siebel.web-box.com.ua/bs:start?rev=1653308765&amp;do=diff</link>
            <description>Bussiness Service</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 23 May 2022 12:26:05 +0000</pubDate>
        </item>
        <item>
            <title>Web Engine HTTP TXN</title>
            <link>https://siebel.web-box.com.ua/bs:web_engine_http_txn?rev=1653308765&amp;do=diff</link>
            <description>Web Engine HTTP TXN

Существует стандартный сервис Web Engine HTTP TXN с его помощью можно получить много полезной информации.

Получение IP адреса


function getIP() {
  var ip = &quot;&quot;;
  var BS = TheApplication().GetService(&quot;Web Engine HTTP TXN&quot;); 
  var IS = TheApplication().NewPropertySet(); 
  var OS = TheApplication().NewPropertySet(); 
  BS.InvokeMethod(&quot;GetAllServerVariables&quot;, IS, OS); 
  OS.GetProperty(&quot;REMOTE_HOST&quot;);
  
  return ip;
}…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 23 May 2022 12:26:05 +0000</pubDate>
        </item>
    </channel>
</rss>
