Sorry, but there are no more tags available to filter with.
  • Is this possible if get an ItemType inside another query within AML?

    I have two ItemTypes Person and Address . There is a property Person.address_id that stores the config_id of an address, for a particular purpose it is just a string type, not refer ItemType. I use below query to select a person (*) : <Item action …
  • Search Parameter with date time

    I have condition parameter search for ItemType Part like this (modified_on > 2019-04-11T00:00:00 and modified_on <= 2019- 04- 20T00:00:00) Case 1. When I new item AML to search <Item type="Part" action="get" select="*" where="[Part].modified_on &gt;…