Hi,
In a javascript method, I use uiShowItem to open an existing Item.
When the Item is already opened , uiShowItem doesn't trigger a reload of the Item.
Is there a way to do the reload after using uiShowItem when the page ?
Good day all. I just created a new ItemType (Software). I built it to resemble the Part ItemType. Everything seems to be fine, except none of the Relationship tabs are showing when the form populates. I've compared the SW form to the Part form & can't…
Hi,
I can now swich the display / non-display of tab according to the conditions,by referring to
Disable a Relationship Tab .
But this time, unintended tab is focus on.
How do I focus on particular tab on item form populated?
Please,help me…
I was finding it very annoying that the Method Form has a tabIndex of 0 on Name, but then a tab index of 256 on Comment.
What this does is make it so you can fill in the name and when you tab, well, nothing is apparently selected by the naked eye, but…
Good day all. I would like to have the Workflow Process History report displayed as a tab in an ItemType. How would I go about doing that? I thought the Signoff ItemType/Forms would do this, but I don't have any results from that. Thanks for the help…
Querying a SQL view I built in SSMS from an Aras server method:
string SQL_View = "innovator.my_custom_sql_view";
string SQL = "select * from " + SQL_View; Item SQL_qry = inn.applySQL(SQL);
This is quick for me because I do a lot in SQL, but I know…
Hello Team,
I need to disable a relationship tab as the User selects a option button on the form.
Detailed Info: I have a option button on a form. Once the user selects this option, a tab from relationship below should be disabled. I am trying to…
Hello,
Is it possible to display a color list property in a tree grid view as it is displayed in forms and relationship views? With both the label text and the background color displayed in the cell.
I've only been able to get tree grid cells to display…