InterSystemsDev via @like
How to add to the RecordMap Batch? #HowTo #Ensemble #BusinessOperation #BPL #BusinessService #ObjectScript #SQL
https://community.intersystems.com/post/how-add-recordmap-batch
https://community.intersystems.com/post/how-add-recordmap-batch
Intersystems
how to add to the RecordMap Batch | InterSystems Developer Community |
Thembelani Mlalazi|Ensemble|Ensemble|Business Operation|Business Process (BPL)|Business Service|ObjectScript|SQL|Morning guys I have a SQL
InterSystemsDev via @like
request.GetValueAt Syntax to subfields #CachéObjects #Ensemble #BPL #HL7
https://community.intersystems.com/post/requestgetvalueat-syntax-subfields
https://community.intersystems.com/post/requestgetvalueat-syntax-subfields
InterSystems Developer Community
request.GetValueAt Syntax to subfields
I have a vendor that is sending me an Abbreviation in FT1:16.4.2 that I need to look up against a table to find the correct ID for.
FT1|1|||20180523161501|20180523161503|CG|1906551^Lipid Profile|||1|
FT1|1|||20180523161501|20180523161503|CG|1906551^Lipid Profile|||1|
InterSystemsDev via @like
Access the setting values within Business Process #BPL #Interoperability
https://community.intersystems.com/post/access-setting-values-within-bp
https://community.intersystems.com/post/access-setting-values-within-bp
InterSystems Developer Community
Access the setting values within BP
Hello,I need to access the value of a setting I created (ex: name_BO) within the logic of my BP.
Property name_BO As %String(MAXLEN = "");
/// Additional Settings
Parameter SETTINGS = "name_BO:B
Property name_BO As %String(MAXLEN = "");
/// Additional Settings
Parameter SETTINGS = "name_BO:B
InterSystemsDev via @like
How to send the #JSON stream from Process to Operation and generate file? #HowTo #Caché #CachéObjects #BusinessOperation #BPL
>> http://ow.ly/5WJP30nIdyX <<
>> http://ow.ly/5WJP30nIdyX <<
InterSystems Developer Community
Try to send the JSON stream from Process to Operation and generate file
I created the Process to extract the required data from ADT message to a Dynamic Object. I wanted to send the JSON stream to EnsLib.File.PassthroughOperation operation and generate a file with the con
InterSystemsDev via @like
[Question on #DeveloperCommunity] BPL <call> element with async='False' ❔
>> http://ow.ly/Npah30o0SMF <<
#Ensemble #BusinessProcess #BPL #Integration #Performance
>> http://ow.ly/Npah30o0SMF <<
#Ensemble #BusinessProcess #BPL #Integration #Performance
InterSystems Developer Community
BPL element with async='False'
Hello, we have a couple of BPL processes. This works with a limited amount of messages but we run into issues when we process thousands of messages in a session. One BPL calls a Validation B