Question GUSTAVO MARQUES · Mar 3, 2022 How to access target properties from SQL action in DTL Subtransform Does any one could tell me how can I access the target properties from inside SQL in DTL Subtransform? For example, if I use the following statement: SELECT ID INTO :target.SetIDPID FROM firstlook.person WHERE FirstName = 'Paul' - as said in documentation : SELECT Name INTO :target.Name FROM MainFrame.EmployeeRecord WHERE SSN = :source.SSN AND City = :source.Home.City I get an Error: ERROR <Ens>ErrException: <PROPERTY DOES NOT EXIST> #Coding Guidelines #InterSystems IRIS 0 1 0 294
Question GUSTAVO MARQUES · Jan 22, 2022 How to set up VSCode terminal for IRIS terminal? Hi there, Please, could anyone tell me how can I set up VSCode terminal to IRIS terminal? I already saw this working in a video with docker version from IRIS Community. I have the Intersystems Extension Pack and IRIS Community locally installed. Thanks #Development Environment #InterSystems IRIS #VSCode 2 12 1 1.4K