newResult = newResult.apply();
if (newResult .isError())
{
return inn.newError(newResult .getErrorDetail());
}
3. One of your properties is called date. Is this one really a String property?
4. Are the field sizes equal?
5. Can Add / Permissions correct?
6. If you try the other properties indepentently, do they all work?
7. Where do you trigger this code and which event is used?newResult = newResult.apply();
if (newResult .isError())
{
return inn.newError(newResult .getErrorDetail());
}
3. One of your properties is called date. Is this one really a String property?
4. Are the field sizes equal?
5. Can Add / Permissions correct?
6. If you try the other properties indepentently, do they all work?
7. Where do you trigger this code and which event is used?Copyright © 2025 Aras. All rights reserved.