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

Switching attributes with JavaScript

Hi all,I am trying to code switching src attribute of video html tag using buttons in Custom iView,I have following code:

  • Button Content
Your browser does not support the video tag.
which is working in editors like jsfiddle but seems to not work in...

Toggle Tab Controls (previous,next)

I know that Ali Hari Krishna was kind enough to share what they developed - Custom Object Button for Tab set So, I thought I'd post my version. The document I'm providing has a JavaScript and HTML.In the environment I support, we generally have a "r...

pastedImage_3.png
jsol5 by Advocate II
  • 810 Views
  • 0 replies
  • 2 kudos

Clear Text Field

Hello,I need your help, I have a text field that the information should be deleted when there is change in a value list. In fact the field erases the user on the screen, but when I look at it in the view mode the content is there.I put the formula be...

Resolved! Custom object Archer functions

Hi! Every time someone asks about something to do using custom objects, there is an answer with sample code.Sometimes, there are functions and objects in code, that never occurred for me before.For example:WarningConfirm(msg,userConfirmed,title);$CM....

Resolved! Top of Page Button

Does anyone have a custom object that gives the user a button to go to top of page? I'm hoping there's a server-side function I can use doPostBack with and put the button in the toolbar at the top. I'd settle for a button I could put at the bottom of...

Resolved! POST returning 403 in custom object

I'm using a Rest API call to create a content record in our Archer environment. This works for me when I run it from my local machine but returns a 403 error when I try to run the same code from a custom object. I've been unable to troubleshoot thus ...

Anonymous by Not applicable
  • 2512 Views
  • 5 replies
  • 1 kudos

Populate a Read Only field with JavaScript?

I'm wondering if there is a way/different syntax to use to populate a text field, that is being made read only with a DDE?The below works, when the field is not being made read only. The odd thing is the when I check the value with an alert, such as:...

Hide Copy Button- ValueList Option

Hello Team,I need your help to on below mentioned scenario. I want to hide COPY button when value list option A ,B,C or D selected.For other options COPY button should be there. I have written below code: But this code is only working when 'var valu...

Compare two field values

I have two numeric in application. I need to show alert when sum of two numeric field is greater or less than 100. And Record should not save. Only when sum of two numeric field is equal to 100 record should be save. Please can anyone help me on this

Custom Objects

I am wondering if it is possible to create a custom object in RSA Archer that can save a form and create a new blank form. The form is a custom sub-form. I am wondering if there is any documentation available that shows how a form in archer is saved ...