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

Resize Sub-Form / XRef Grid Columns

Archer Community- Here's some code to resize the columns in a sub-form or cross reference grid. Archer 6.9. SP2. You'll have to Inspect Element and find the last characters of the grid table's ID for this. Column numbering starts at 1, so you'll have...

RusFM by Contributor III
  • 1428 Views
  • 0 replies
  • 6 kudos

Section Click Function - Show/Collapse a Section

Archer Community, If anyone needs a function to show or collapse a section, e.g. simulate a click, here's a function to do it. Pass the section name as the parameter. Written in Archer version 6.9. SP2. function sectionClick( sectionName ) { // find ...

RusFM by Contributor III
  • 1256 Views
  • 1 replies
  • 2 kudos

Resolved! Rename Save Button in 6.9 SP1 P3

In one case, where a record has to be saved to be enrolled in advanced workflow, we want to rename the Save button to "Begin". Hiding the Save button and adding a custom begin button that performs the save functionality would also be fine. I've tried...

MargoBrosnan_1-1623430984683.png

Custom Object pop-up message

Hello, I'm trying to create a Custom Object code to display a pop-up window once the user clicks on the radio button. The pop-up should only contact the information field from other application. OR - if this can be done without using custom object, i...

Resolved! Confirm Box not working for AWF button

@DavidPetty @Ilya_Khen We have a "Re-enrollment" button in the workflow for re-enrolling the record. We need to show a confirm box when that button is clicked. If user clicks OK than workflow should run as usual else it should do nothing when Cancel ...

Custom Object to show alert on value change

Hi Team, Recently I have written a code in v6.9 P2 to show an alert for record when value list(radio button) field value changes to certain value. Somehow when I used the same code in other application it is not working. Please help me to address thi...

Resolved! Custom object for user group

Hello group. We have a working custom object that updates a values list field based on the user group. It was fairly easy to maintain with a limited number of groups. But that is now changing and I need a better solution that allows for flexibility. ...

Hide Hyperlinks from a Key field

Hi Is there any custom object which can provide us to disable Hyperlink from a Key field , which acts as a CR field from a Questionnaire ? Because we don't want the user to select the Field so that user should not go the CR record? Thanks

AmitGupta by Collaborator III
  • 1217 Views
  • 1 replies
  • 0 kudos

Need custom object code. Force Phone # format

Hello,Does anyone have an existing custom object code for force a ph# format?We need the users to enter phone number like this???-???-????. We wont let them save the record unless they use that format.If you have code for this we would appreciate it....

RodEhrlich by Contributor III
  • 8311 Views
  • 28 replies
  • 0 kudos

Resolved! Datafeed Custom buttons conflicting

Hi all, Can someone assist me in the following issue:I have two datafeeds running through two custom object buttons in the same page.As it seems the system runs always the second one (if you put a second) I attach the code for feed 1 and feed 2 - if ...