Hello everyone,
Try explain, my scenario:
I have the Item Types related:
1° Item type Authorization. 2° Item type AuthorizationTittle. 3° Item type AuthorizationTittleRelation (only to related).
I need add a link or buton in AuthorizationTittle…
I've got a very simple method that creates a new PR from a button on a TGV. This worked perfectly in V12, but is not working in our V15 instance. Any help would be greatly appreciated!
The error message is: The method 'create_PR_from_tgv' failed.…
Hello,
I have a javascript method that is triggered on change of a field value. This method takes 20 - 30 seconds to run and I want to be able to display the Aras spinner but nothing seems to be working. I have attempted multiple solutions from other…
Hello,
I've got a button with very simple CSS (below). Problem is, the button isn't adhering to the code:
{$this field rule} input; input[type="button"]{ height: 50px; width: 50px; } input[type="button"]:disabled{ background: #dddddd; }
On both…
Hi everyone,
This feels like a silly thing to ask, but I haven't seen anything in the documentation or the forum regarding getting the default value of a property.
Some context:
I need to evaluate values, but if a value is not present, I need…
Hi everyone,
I have an on change event that fires when one of my stock fields are changed, which should change the value of a stock message field.
The function I have is able to change the value of the stock message field, but when I save/click…
Good day all.
TL;DR: I am having trouble getting an onLoad method to reliably print an evaluated value to a field.
The form is as follows:
Stock message contains: <span id='stock_msg'></span>
I have a javascript onLoad method that compares…