Also if you do not do a Return, multiple rules will be executed unless none is met or some rule does a return.
- Log in to post comments
Also if you do not do a Return, multiple rules will be executed unless none is met or some rule does a return.
I use Json when I can. You can send a full book in one message if you wish to without creating a cluster
Hey
Have you tried the getSegmentCount method?
You can pass me the file if you wish, can set up a simple code for you
It doesn't seem to work on 2019.0
Yes but I do not want to make all calls via Business Service.
How we do in graphic bpls , as many calls as we want . Thats what I want to achieve
Hey Marc,
I agree Business Service is a standard approach and that's what I would have used too when needed.
And as you pointed it shows a request going from Service and it works if we call it from CSP , ZEN etc
What I am trying to achieve is an exact functionality from custom bpl code as we do from a graphic bpl.
Lets say for ex
my bpl takes x ,y as request properties
calls an op to sum them and return the result in response
stores the result in z
passes the z to a second op to send to some system.
Now in a graphic bpl this is straight forward 2 step work, I just wanted to know how to do it in custom code.
The exact traces etc as we would see via graphic bpl.
Have you looked into ens.queues
It has to be your hardware resources
The portal does not connects to your code or outer world so its all internal. We used to have the same issue and it ended up just being a slow system.
To verify you can install a fresh version with nothing on it. Just plain installation and check.
When you start IRIS, are you not able to go the management portal?
Yea that will slow it down
And auditing etc too
Hey,
How do we know it's the last record in Snapshot as it is processing all records one by one
If I had to put a trace - This is the last record
What syntax would I use?
HI,
I implemented this logic but my LAST code is getting executed on all rows.
Set sc = ##super()
i $$$ISOK(sc) {
// Logic for last -
}
Ok that works
No. But what I did was make a html table and saved in a xls file.
That works. Not most elegant solution but does work
Hey Matias
Try baby steps.
1. Are you able to call your rest by just returning hello
2. From your operation are you able to call the procedure?
You should know the faulty piece to fix it
Have you tried record mapper
Properties are simple
String (maxlen=25)
I am seeing lot of junk values in the field.
Square boxes. Parameters is an array In properties class, so may be it's that.
Version is 2013
I want to get all the Paramaters that are defined for the property such as MAXLEN, MINLEN, VALUELIST, SCALE etc.
The above parameters are possible for different property types but its best to have one column as parameters and display them .
If we open Docbook /Class documentation of any class. It shows the properties with its type and parameters. I just want that but in a view
.png)
In views there is an argument called
Not ProcedureBlock
Take out the Not and make it ProcedureBlock
Now you can have it run the same query as you would have in the sql browser with the sql procedure
I resolved it by following the sql proc method and then creating a view with that sql proc within the query.
An object script function seems to be the only way to make it work.
Eduard, your code didn't work most probably because we have an older version. All I did was iterate through all the params and add the key and value in output
Thanks for your help
Hi,
I think for all those who are certified, there should be an option to add the badge next to their profile here.
Even better, Intersystems themselves should add it on their own as they already have the data.
That would not only make the certification more desirable but also will make those who have done the hard work to get certified stand out, can be referred by Intersystems as their preferred consultants and employers also save the effort of scrutinize from dozens of resumes they get.
This platform is the best and may be the only place ideal for my above suggestion.
Hey,
A sign/star on the avatar and yes ability to add multiple certificates should be there.
The profile should be a brief summary of the person's profession somewhat like Linkedin (Obviously optional if someone wants to fill the values in )
Btw is there a way to update the avatar picture ??

Hi,
The link is not working. Can you please check?
Thanks
If you are just querying for dates as you said, it will go and look in indexes not the master data.
If we don't use the default extent then we can have a global for all the indexes we define instead of one global index and it will be super fast.
Hi Timothy, do you have any sample code that you can share?
How much data were you loading in your tables
Thanks Anil,
One question before I give this a try
Your method MyPackage.MyClass.GetDetails()
Is this returning a result set with some query eg Select col1, col2 from TAble1??
When you make a system dsn for intersystems cache type and press test connection. Does it succeed?