Scheduled Maintenance: Archer Community Temporary Downtime. Learn More here.

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

Forum Posts

Resolved! Archer workflow custom object

I have a workflow user action button "Request for Information". Clicking on this button just sends a notification to the owner and continues to remain in the same stage. Currently, we display a message that a notification will be sent to the concerne...

pastedImage_1.png

Resolved! Unable to set the font color for the field Label

I am unable to change the font color of a field's label. In my custom object, I have a reference to the SPAN element (var myElement) which contains field label text. I validated this by dumping its text and HTML to the console.log. My code uses the f...

NeilGove1 by Contributor III
  • 4031 Views
  • 10 replies
  • 0 kudos

Cross Reference on change

Hello,Is there a way via custom code to check if XREF has changed/modified? click function is working but change does not work.FieldID = xref field id$('div[id*="'+ FieldID + 'c"]').click(function(){console.log('check');}); Thanks,Lisa

eyambao by Contributor
  • 1212 Views
  • 1 replies
  • 0 kudos

Resolved! Custom Object works some of the time

We have a custom object that is supposed to check if a particular radio button has been set to "Yes" and then populate a text field. It executes on save by binding our function to the Save and Save and Close buttons, and works most - much? - of the t...

Disable/Hide 'Copy' menu item

I'm looking for custom code to disable or hide the menu item 'copy'. I do see several posts where others are looking for the same functionality. In my previous role, I do know that this was accomplished but I believe the code lived on the server, mak...

Resolved! Archer Console API utility

Can you redirect me to Archer console API utility which we can download in our local machine and can give inputs to generate token and can access all Archer APIs?i am not looking for Archer API utility which we install within Archer using package@Ily...

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

Archer record permission

Is there anyone who has experience on capturing old approver information in record permission. Our client is trying to save information as to who was old approver for a record. The scenario is that initial approver is assigned however due to some cir...

Pop up shows for all drop down lists

Ive read through the other posts as best as I can but I am too new at js to know what I am omitting....I have a popup configured when a value is selected from one drop down. problem is the pop up shows id any other drop down on the page is changed. C...

Rlowen by Contributor II
  • 579 Views
  • 1 replies
  • 0 kudos

Hide a Copy button in the editing and viewing modes and from a right-click of a record name when the value of a field name, "Component Type" (field ID (19858)) is "Information System"

Hi, Archer Custom Objects SMEs,I need to hide a copy button (in the edit and view modes and from a right click of a record name). The below script does it except a condition (when the value of a field name, "Component Type" (field ID (19858)) is "Inf...