Important Update: Community URLs redirect issues are partially resolved. Learn More. .

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

Forum Posts

Resolved! HTML Custom Object

Hi I have a custom object that displays if a DDE criterion is met. The Problem - The code is pushing the entire record layout over to the right side, I think it is because of the padding attributes - see below image My Code

Warning! Some text...

...

conorchaney_0-1629294836813.png

Custom Object

I have created a custom object which copies the value of a field when it gets clicked however it is working on view mode only.while inspecting the field I found that in view mode the field value is coming under span id where as in edit mode it is com...

Ajeet by Contributor III
  • 1043 Views
  • 1 replies
  • 0 kudos

Resolved! Custom Object to hide Administration icon

Hi all, I want to hide the Administration icon (up right) when a user logins because I provided Datafeed access and I don't want them to go through the Datafeed... I know that you can hide Copy button, etc. but Administration icon? Any ideas?

Hijack Close Button

Hi All, I have a requirement that if i click Close button on the record, it should move to Home page instead of previous page. I guess its working based on the function "parent.ArcherApp.service.ArcherInterface.redirectBackward("Home","xxx","xxx")". ...

Saravanan by Contributor III
  • 2082 Views
  • 8 replies
  • 0 kudos

Custom Object

Hello All, I am looking for a Custom object for Add New Button in the Questionnaire , so that when user click on Add new in Questionnaire he redirects to the CR Application . Currently a CCR has been built from Application to Questionnaire , so for t...

AmitGupta by Collaborator III
  • 3395 Views
  • 11 replies
  • 0 kudos

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
  • 1044 Views
  • 0 replies
  • 3 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
  • 876 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! Help with CO to clear a text field

I'm trying to build out a custom object in 6.9 P2 that will clear the value in a text field based on the value selected from a values list field. I've read through article https://community.rsa.com/t5/archer-custom-objects/clear-out-text-field-based-...