Hi Community,
We have this turned on due to some issue with migrating data but noticed it causes problems with certain methods, causing them to run twice. Generally this involves methods that vault files.
Any suggestions on how to address this?
Hi Aras Community, I have a use case where my classification is technically controlling two things. What type of workflow they are on and what kind of form they see with the ability to switch the different kinds of forms. I'm trying to prevent mistakes…
Hi Community,
Hopefully an easy question -
I am calling a server side method from a client method and I need the server side method to wait a few seconds to allow the items to save before processing. I tried the standard sleep commands but they don…
Hi,
Is it possible to show SearchDialog from a Server method? I can use MaximazableDialog in Javascript to show the SearchDialog and get the response in callback. But I want to use such facility in a Server method.
In my particular case, I am trying…
Hi community,
I use a classical "GetItemRepeatConfig" query to get a Part BOM over multiple levels.
id="xyz"; Item partItem = inn.newItem("Part","GetItemRepeatConfig"); partItem.setAttribute("select","id,classification,keyed_name,item_number"); partItem…
Hi,
I have two new ItemTypes that i use to add project activities and tasks to the Part ItemType like this:
I have created a new query definition and tree grid view to display the structure on a new tab on the Part:
I have also created…