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

Forum Posts

Resolved! Execute Method on the basis of flag

I have a custom object which creates an engagement along with some values however user first need to select values and then save the selected values by clicking the save button then the user hits the generate engagement button to create and copy the ...

Ajeet by Contributor III
  • 160 Views
  • 2 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
  • 219 Views
  • 0 replies
  • 0 kudos

Resolved! PageLoad not always being triggered

I have a Custom Object storing data in sessionStorage. The code is very simple:Sys.Application.add_load(function() { console.log('Sys.Application.add_load() has been executed.'); sessionStorage.setItem('applicationId', 'a001'); }); It's very strange ...

Richard by Contributor III
  • 313 Views
  • 5 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...

Javascript CO Execution Firing Sequence

Good morning to the community: I apologize in advance if this question is rudimentary as I am trying to learn how to support and utilize COs in our system...I have an existing CO (written by someone long gone) that is designed to build multiple Assig...

How get an ID from differents sections?

I'm building a 'Guide Me' for my findings solution and I'm having trouble to referencing divs that aren't in the same section as the code. 1- I created a new section 'Guide me' and added the code to the custom object 'Step 0'2- Since the code is only...

ASI_Sustentacao_3-1672667640721.png ASI_Sustentacao_2-1672666905394.png

Resolved! Custom Object returning null for field value

I am trying to get a value from a field on the form in edit mode. I have read the code below should work but it is always returning null. The end goal is to compare to dates and show warning if start date is after due date. It may be worth noting the...

Pop up message on AWF button

I am working on the pop up message when a user selects an advanced workflow button. For example if the user selects “Approved”, a pop up message : “Please confirm.” appeared and required user to click ‘OK’ or ‘Cancel’ button. If user selects ‘OK’, th...

MMHH2233_1-1672191183524.png
MMHH2233 by Contributor
  • 426 Views
  • 1 replies
  • 0 kudos

Custom Objects And You

Welcome to my little space in the corner on Link dedicated to custom objects in Archer, RSA Archer Custom Objects" data-type="space‌ With this little community I plan on writing documents on various aspects to custom objects along with sample code an...

DavidPetty by Archer Employee
  • 13706 Views
  • 78 replies
  • 40 kudos