go to post Neerav Verma · Apr 23, 2019 DynamicObject is not in memory thus can't be passed along as a request propertyYou have to convert to json string and convert it back when you get the request. That's the whole concept of itIf you need any help in implementation, let me know. You can email me directly
go to post Neerav Verma · Apr 23, 2019 Learning python & mlWould love to get some hands on a live / good test project Do let me know if you can help on that
go to post Neerav Verma · Apr 8, 2019 What a lovely discussion.Btw if you ever looking for a new teammate, would love to join you as One on adhoc
go to post Neerav Verma · Mar 26, 2019 CompiledClass gives all the properties. Found out after some research
go to post Neerav Verma · Mar 15, 2019 This is a new security feature of IRIS. To fix this CSP system user needs to have proper rights to your application login pageYou can undo your changes and just assign %Db..... role to Cspsystem . It should workIf doesn't. Pls feel free to email me and I will be glad to helpnv@nv-enterprises.biz
go to post Neerav Verma · Mar 5, 2019 The user you are using to run apache / cache. Do they have rights to the file
go to post Neerav Verma · Mar 5, 2019 Thanx JoelCan you please elaborate point 1 a bit may be by a small example
go to post Neerav Verma · Feb 4, 2019 Yup ExactlyIt also gives you option to choose all dependent classes so you don't miss anyYou can Select Or Unselect the desired ones too
go to post Neerav Verma · Feb 4, 2019 As long as you are calling the BO (Operation) from the BP (Process) via Call Activity. It should show.Now it may be possible you are calling the BO in some other way.Some code snippet could help
go to post Neerav Verma · Feb 4, 2019 Thanks SamuelYes this does work if we use it as a direct URL on browser.Just a small change that when we pass it through Zen it has to be slightly different & has to be & ..dashboard&SETTINGS=FILTER:[ACCOUNT].[H1].[ACCOUNT].%26[1]&NOTITLE=1
go to post Neerav Verma · Jan 4, 2019 There is no code. Only Settings1. Port needs to be 465Need to add a TLS/SSL setting to the system admin and use that in the setting of the operation2. Need to generate smtp credentials on AWS and that needs to be set in ensemble and used3. Need to verify the emails that is sending and receiving.
go to post Neerav Verma · Dec 3, 2018 Ok I thought its about just one property. If it's a more generic problem then you should define your own String class extending %Library.String. Here you can not only have the cache params but even your own params related to sda3.This also can be done for all datatypes if you do need.
go to post Neerav Verma · Dec 3, 2018 if you are thinking about a custom ui. obviously you can the monitor has barely 4 to 5 portlets . I am sure that can be extended / enhanced to be replicated in the custom ui.haven't tried it but doesn't seem like too much to ask
go to post Neerav Verma · Dec 3, 2018 Why dont you just do Property Abc as %String (Maxlen = 5000)or use %Text
go to post Neerav Verma · Dec 3, 2018 With Postman and soapui you are hitting the url straight not via a network protocol, thus it giving 200.What I think you should check system logs to see whats the error thrown by the rest application. I feel its just an authentication / authorization issueFeel free to share logs if it doesn't resolve