Question Brian Schoen · Feb 14 LookupSettings.cls custom code trying to pull rowdata from the table when "User Clicked the Delete button for a row" Working on a custom view for LookupSettings.cls. I've added code to adda Change Log entry into the table when rows are added/updated. I'm trying to do the same for when rows are deleted. How can I pull the key & value for the row when it is selected for delete /un-delete? The variable rowData is used a pointer for the row index. I know I'm missing something simple... #InterSystems IRIS for Health 0 1 0 110
Question Brian Schoen · Jan 12 javascript Date() options I am trying to pull out something similar to an HL7 date/time stamp in a custom zen page , in a javascript code section. var d = new Date(); (Fri Jan 12 2024 16:58:30 GMT-0500 (Eastern Standard Time) but,var year = d.getFullYear(); <Error> #HL7 #JavaScript #InterSystems IRIS 0 3 0 182
Question Brian Schoen · Mar 1, 2023 Is there a way to escape a comma in a comma delimited list? (ObjectScript) Is there a way to escape a comma in a comma delimited list? (ObjectScript) Example: In("Connected, Connected, but issues, Not Connected") (How) can I escape the comma in the 2nd value? Thanks, Brian #ObjectScript #InterSystems IRIS 0 2 0 263
Question Brian Schoen · May 14, 2021 Category (drop-down) out of sync from Production.Config page to Production Monitor page We use the Category drop-down for other IT analysts to quickly see interfaces related to their application/group. This drop0down fails to work (IDs get out of sync with Config Item IDs) if the Production is compiled. There is no fix available (development was started, but stopped in favor of other items). Has anyone else run into this issue? Any custom work-arounds? Example: #InterSystems IRIS 0 3 0 126
Question Brian Schoen · Nov 6, 2020 Piece or String function using Matches [A-Z] I am trying to match on config items that have the same Vendor name in them for custom alerting. Example: FromVendornameSiteADT ToVendornameORM Where Vendorname could be several systems that have multiple interfaces. How can I find all config items (interface names) with the same Vendor name, without explicitly naming them? #Ensemble 0 9 0 353
Question Brian Schoen · Aug 30, 2016 NACK - pulling HL7 message raw content into an Alert Ensemble 2015. Working on an a way to send NACK'd HL7 messages to a flat file for external review/troubleshooting. (Similar to the way BadMessageHandler deals with validation errors.)I think I have the Alert piece down, but need assistance with the exact syntax to do an SQL query in the DTL (or a custom function) to pull the HL7 message Raw Content into the Alert, based on the SessionID.(Also, anything special to write alerts to the File Operation?)Thanks, Brian #DTL #HL7 #Ensemble 0 3 0 866
Question Brian Schoen · Jul 14, 2016 Ensemble - Suppressing multiple Alerts (e.g. NAKs, validation, etc) using Ens.Alert process We are using the Ens.Alert alerting process to send alerts (via email) to our external service desk application (Service Now). Is there a way to suppress multiple alerts for the same error (within a specified timeframe)? (Either Rule or BPL?) (i.e. a system starts sending bad data which fails validation or is NAKd by a downstream system -- causing every message to create an Alert.)Otherwise, every message creates an Alert, which creates a ticket in Service Now. Thanks,Brian #Ensemble 0 5 0 648