Neerav Verma · Aug 2, 2019 go to post

Also if you do not do  a Return,  multiple rules will be executed unless none is met or some rule does a return.

Neerav Verma · Aug 27, 2019 go to post

I use Json when I can.  You can send a full book in one message if you wish to without creating a cluster

Neerav Verma · Aug 30, 2019 go to post

Hey

Have you tried the getSegmentCount method?

You can pass me the file if you wish, can set up a simple code for you

Neerav Verma · Oct 20, 2019 go to post

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

Neerav Verma · Oct 22, 2019 go to post

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.  

Neerav Verma · Nov 4, 2019 go to post

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. 

Neerav Verma · Nov 14, 2019 go to post

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?

Neerav Verma · Nov 14, 2019 go to post

HI,

I implemented this logic but my LAST code is getting executed on all rows.

Set sc = ##super()
$$$ISOK(sc) {
// Logic for last -
}

Neerav Verma · Nov 15, 2019 go to post

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 

Neerav Verma · Nov 19, 2019 go to post

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

Neerav Verma · Nov 28, 2019 go to post

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

Neerav Verma · Nov 28, 2019 go to post

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 .

Neerav Verma · Nov 28, 2019 go to post

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

Neerav Verma · Nov 29, 2019 go to post

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

Neerav Verma · Nov 29, 2019 go to post

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

Neerav Verma · Dec 3, 2019 go to post

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.

Neerav Verma · Dec 3, 2019 go to post

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 ??

Neerav Verma · Dec 11, 2019 go to post

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.  

Neerav Verma · Dec 12, 2019 go to post

Hi Timothy, do you have any sample code that you can share?

How much data were you loading in your tables

Neerav Verma · Dec 15, 2019 go to post

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
??

Neerav Verma · Dec 16, 2019 go to post

When you make a system dsn for intersystems cache type and press test connection. Does it succeed?