Skip to content

Instantly share code, notes, and snippets.

@YMA-MDL
Created August 27, 2019 08:43
Show Gist options
  • Save YMA-MDL/fb944b0316c38517a3a005461c597061 to your computer and use it in GitHub Desktop.
Save YMA-MDL/fb944b0316c38517a3a005461c597061 to your computer and use it in GitHub Desktop.
#aras #javascript #filter
//create new Object
var Filter = new Object( );
//Assign Filter
Filter["state"]={filterValue:"Released", isFilterFixed:true};
return Filter;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment