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

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
  • 907 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...

How to get the current user?

I need to get the current user using the Archer 6.12.0.5.1 version, I already tried this code, from version 6.4 I found on the forum, but it doesn't work anymore, I think it has to be updated:Our customer wants to remove a specific user from a group ...

toberle by Contributor II
  • 831 Views
  • 2 replies
  • 0 kudos

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
  • 628 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
  • 285 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...