09-14-2020 05:14 AM
Hello,
can I develop a customization trigger or customization filter that will filter the data by c# code?
as this code:
or
can I use this javascript function to filter the entity?
getEntities(entity: string, filter: string, filterParameters: {}, resultCallback: (entities: {}[]) => void);
if the answer yes for any question I wish to find a sample code to help me.
Thanks