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

Upload File to Server with Custom Object

Dear Community, We would like clients to upload files to File Repository using javascript custom object? How could we achive that? What should we do at server side? Is there any library supported by RSA Archer? Attachment fields are generating new na...

Record Permission Custom Object

We are working on one requirement wherein we need to pull the user email address from the manual record permission field. Is there a way to pull the email address from the manual record permission field with the help of custom object.Any help would b...

Resolved! Hide Pipe Delimiters

In v5.5 we have a custom object that hides the Add New link in a cross-reference grid, leaving just the Lookup link. We want to force new records to be created from the parent application. In v6.4 P1 the functionality works the same but now there is ...

pastedImage_1.png
Anonymous by Not applicable
  • 2345 Views
  • 8 replies
  • 1 kudos

Custom Object to clear xref

Hi, Does anyone have js code to clear a cross ref from record? Basically we have a button that does a few other things & so we'd like to do this as well vs having user then need to use the "x" in xref field after they press the button. Thanks!(We're ...

NiritHull by Collaborator II
  • 1186 Views
  • 1 replies
  • 0 kudos

Archer Custom Object Loading

Hello, I have been using the WarnigAlert and WarningConfirm functions in my custom objects, Is there LoadingOn and LoadingOff archer custom object functions that can be used? What other Archer custom functions are there? Note: I have tried writing my...

Resolved! Custom Button On Record Page

Hello all, I am trying to add a custom button to the top of the record page, near the "Add", "Export", and "Email" buttons. I have the button working, but I'm stuck on one minor thing. I cannot figure out how to add an icon to the button so that it i...

Resolved! Custom Object for automatic saving

Hi Everyone, We have a requirement wherein when a user clicks on to create new record it should be saved automatically saved via a custom object after the record is finished loading. The idea behind it is that there are few xRef values that the user ...

Require Non-Hidden Fields by Section

Hi all, We are building a dynamic questionnaire with almost 400 questions. About 2/3 of these questions are hidden, but will display dynamically based on answers of other questions. The general requirement is basically: If the question is displaying ...

olearm2 by Contributor II
  • 725 Views
  • 0 replies
  • 0 kudos

$CM / JavaScript Custom Objects

Late Saturday night Archering going on here.. Can someone kindly point me in the direction to documentation related to the $CM library that can be used within custom objects? I have been "hacking" my way through custom objects with jQuery and just fo...

Resolved! Change number of selections in cross-reference

Is it possible to have a custom object, or some other solution, that will change the value for Maximum Selections in a cross reference field? For example, XREF field is set to 'No Maximum', then a VL field with values 'Single'; 'Multi'. If the VL fie...

Resolved! Sub-Forms and Last Updated

I have noticed that saving new record entries to my sub-form does NOT update the 'Last Updated' field of my parent record.How can I determine if a new sub-form entry has been made for the purposes of sending a notification?I have tried using the Crit...

What was the previous page?

Hi, is it possible to find out which page the user was coming from? I need to know whether the user is navigating to the record in question from another cross referenced record, or directly from the dashboard / report. Is it possible to get this info...

Custom button to Save and then navigate

Hi, I'm trying to create a custom button to Save the record first, and then navigate to a dashboard.For another button, saving the record first and then add a new cross reference record. But upon the Save, page reloads and the second action is not ta...