escript

Erlang and bash scripting (escript)

倖福魔咒の 提交于 2020-08-07 18:21:31
问题 I am very new in Erlang and want to merge bash script with Erlang node and function. I have one Mnesia Database where we go into Erlang node and run several function but i want to run those functions via some bash script so that I can use those bash script output elsewhere. My Erlang shell:- sudo /opt/butler_server/bin/butler_server remote_console Erlang/OTP 20 [erts-9.3.3.6] [source] [64-bit] [smp:28:28] [ds:28:28:10] [async-threads:10] Eshell V9.3.3.6 (abort with ^G) (butler_server

I want to refresh a view in siebel on a button click

ε祈祈猫儿з 提交于 2019-12-24 11:05:19
问题 I am using siebel v 8.0. I would like to refresh the view when button in an applet is clicked. When the button is clicked, I need some code in browser script that can refresh the view. I have tried 1. this.BusComp().InvokeMethod("RefreshRecord"); 2. this.BusComp().InvokeMethod("RefreshBusComp"); 3. theApplication().InvokeMethod("RefreshBusComp"); 4. theApplication().GetService("FINS Teller UI Navigation").InvokeMethod ("RefreshCurrentApplet", theApplication(). NewPropertySet(), theApplication