go to post Evgeny Shvarov · Jul 10, 2019 Thank you, Marco!Looking forward to seeing your company's IRIS solutions on OEX!
go to post Evgeny Shvarov · Jul 9, 2019 Great video, @Sourabh Sethi!Would be much better if you provide the outline too!
go to post Evgeny Shvarov · Jul 8, 2019 Hi @Guillaume.Rongier ! Thanks for sharing!Could you please submit the demo on Open Exchange too?
go to post Evgeny Shvarov · Jul 1, 2019 Hi Masilu! Could you please submit a new question with the description of the problem?
go to post Evgeny Shvarov · Jun 29, 2019 Actually didn't get what the below method does. Method PropertySetObjectId(id) Do you have an example?
go to post Evgeny Shvarov · Jun 29, 2019 Interesting.SQLComputed property stores the calculated data on disk by default so GetStored works in this case.And doesn't store if Calculated or Transient flags are defined for the property and GetStored throws an error.
go to post Evgeny Shvarov · Jun 29, 2019 Be aware that GetStored doesn't work for Calculated or Transient properties, but does work fro SQLComputed.
go to post Evgeny Shvarov · Jun 29, 2019 Marked this approach as a preferred for Object access if the property is not Calculated and not Transient.
go to post Evgeny Shvarov · Jun 29, 2019 Do we have two types of getters?I mean the one which you code a method like Class.PropertyGet()
go to post Evgeny Shvarov · Jun 29, 2019 Thanks, Danny!good point on slow opening an instance with 100 properties and maybe lot more got swizzled.
go to post Evgeny Shvarov · Jun 29, 2019 Maybe getters could be considered as bad practice in general cause its not called with get stored and not called via SQL
go to post Evgeny Shvarov · Jun 29, 2019 Thanks, Ed! This is nice!But this will approach will not execute getter method if any, right?
go to post Evgeny Shvarov · Jun 19, 2019 Thanks, Anastasia!Very helpful! I believe we also have a series upon the number of accepted answers, like 10,25,50,100 accepted answers. Do we?
go to post Evgeny Shvarov · Jun 19, 2019 Like a feature map between versions? Would be great to have one.