Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..

cancel
Showing results for 
Search instead for 
Did you mean: 
Archer Custom Objects Forum

Forum Posts

I would like to enhance the custom object that hides the copy button (article #000016800) such that the Copy button is hidden based on the value of a drop down list. This needs to work both for View and Edit mode. I was not able to read the content of a d

I have an Archer application where I would like to restrict the ability for users to copy records. I found the article on how to hide the Copy button, but I would like to be able to make the Copy Button available based on the value in a drop down lis...

Unsaved Changes dialogue box popup

Hi Archers,Hope you all are safe A quick question around custom object:To show warning messages on a change event - we use WarningAlert("WarningMessage","Warning");Any suggestions around to show unsaved changes/ Yes/No dialogue box, what's the functi...

Shubh by Collaborator II
  • 1613 Views
  • 1 replies
  • 0 kudos

Resolved! Hide Child Level Upon Add New Record

I have a leveled application ODA to start a review process for End Users. They click to add a new record and get the option to add a Parent record or a Child record. Since the Child record should always be linked to a Parent, can I hide or remove the...

Help with listbox field filter

We have a listbox field values list. Each record can have more then one value. We are having a problem drilling down to specific values in the report filter. Example a record has value X Y Z. If I search for just X and Y I will get the record that ha...

Products.png

Attachment Fields

Hi All, Can someone guide me if i can use Upload date(display field) form Attachment field - type, need calculate and display to another field (published date) for exampleUpdate "published date" to match most recent attachment "Upload Date" can guida...

Custom Objects vs. Tabs

Folks,We have a situation where we have a Custom Object that needs to be able to pull field values from ten tabs that are all part of one tab set. So, Tab 1 has Tab_1_Field, Tab 2 has Tab_2_Field, and so on to Tab 10 and Tab_10_Field. Each of these i...

Advance workflow button binding

I have created a custom object which is being triggered on an AWF button, its working properly and displaying some alert messages.However need to fetch some "numeric" and "attachment type" fields for validation it would be great if someone can direct...

Anonymous by Not applicable
  • 3444 Views
  • 8 replies
  • 0 kudos

Resolved! Submit Button Code Won't Save Like It Should

Hello! I recently decided to add a submit button to a questionnaire and am now having some issues. It is supposed to change a value and then save & close the file. However, it says "Saving..." and then says "There are unsaved changes do you still wan...

Save method not working during page load

Hi Everyone, In my custom code I have to call the save action during an AWF transition page load, I can see the conditioned fulfilled as all the alerts are being displayed but save is not working...I would apricate any help in this.. Sys.Application....