Forum Discussion

angela's avatar
angela
Catalyst II
3 years ago

Test for forum-filter

Hi,

this is just a temporary test post to fine-tune the updated forum spam filter. Post will be removed later:

Here is some suspicious content:

First do this:

let getVariable = inn.newItem("Variable","get");
getVariable.setProperty("name","xyz);
getVariable.setAttribute("select","value");
getVariable = getVariable.apply();
if (getVariable.isError())
{
    return aras.AlertError("...."));
}

Then that:

<AML>

  <Item type="Identity" action="get">
    <name>Administrators</name>
  </Item>
</AML>

Try this:

SELECT * FROM innovator.PART

Look here:

..\Innovator\Client\scripts\SitePreference\propSelectTree.html

Best regards 

Angela

4 Replies

    • angela's avatar
      angela
      Catalyst II

      test with aml 

      <AML>

        <Item type="Identity" action="get">
          <name>Administrators</name>
        </Item>
      </AML>
      • angela's avatar
        angela
        Catalyst II

        Test with file link : ..\Innovator\Client\scripts\SitePreference\propSelectTree.html