How to use length function in aras?server side method.

オフライン
//code to validatde item_number should not be more than 20 characters. Innovator inn=this.getInnovator(); Item itmid=this.getProperty("item_number"); //return this.getInnovator().newError("hello"); if(itmid.Length == 20) { return this.getInnovator().newError("Invalid Value!"); }  
Parents
  • Hello, One of our Aras Labs team members recently put together a list of helpful resources for learning Aras Innovator which you can find here. The Developer Resources section in particular contains some useful links for getting started with customizing Innovator. Chris _________________________________ Christopher Gillis Aras Labs Software Engineer
Reply
  • Hello, One of our Aras Labs team members recently put together a list of helpful resources for learning Aras Innovator which you can find here. The Developer Resources section in particular contains some useful links for getting started with customizing Innovator. Chris _________________________________ Christopher Gillis Aras Labs Software Engineer
Children
No Data