Зміст

FINS Data Transfer Utilities

GetActiveViewProp

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

  var vBS = TheApplication().GetService("FINS Data Transfer Utilities"); 
  var inBS = TheApplication().NewPropertySet(); 
  var outBS = TheApplication().NewPropertySet(); 
  vBS.InvokeMethod("GetActiveViewProp", inBS, outBS); 
 
  outBS.GetProperty("Business Object");
  outBS.GetProperty("View");
  outBS.GetProperty("Screen");
  outBS.GetProperty("Thread Applet");
  outBS.GetProperty("Is Administration Mode");
  outBS.GetProperty("View Mode Code");
 

wiki_admin 2019/09/18 09:20 eScript