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

Generate Field IDs in Javascript from SQL

If you have access to your DB, then you can run some SQL to generate the field IDs for your custom objects. select '''' + fl.field_name + ''':' + '''' + cast( fd.field_id as nvarchar ) + ''',' from tblModule m inner join tblLevel l on ( l.module_id =...

RusFM by Contributor III
  • 1235 Views
  • 1 replies
  • 1 kudos

6.9 URLs

Hello, I have built a custom dashboard that has URLs that point to the various Application Builder pages in Archer; the objective of this dashboard is to be able to go directly to an Admin page for an application/questionnaire with a single click. We...

Resolved! Custom object to select specific mail merge object

Is it possible to have a custom object that will select a specific mail merge template for export? I can display the Export button (master_btnExport), but was hoping to expand on the function to make it easier for end user as we have a dozen or so te...

sness by Contributor III
  • 5837 Views
  • 19 replies
  • 0 kudos

Resolved! Hide Save Button when a value list change

Hi!Im try to hide Save button when value list change. I have this code, but this works when i load the form or i save the record with this value. ¿How can i hide the button when the value is changed? I think is necessary in the on change event. THan...

Force Edit Mode from View?

Archer Custom Object Readers, I've searched for this and though I'd seen something about this, but cannot find anything. If the record is in View mode, can I switch it to Edit from javascript? The scenario: New record, user sets themselves in a Recor...

RusFM by Contributor III
  • 2028 Views
  • 4 replies
  • 0 kudos

Resolved! Custom Object v6.9

I'm hoping someone can help me with the below custom object code or tell me why this isn't working in 6.9. What I'm trying to do is have the code populate a record perm field with the user who selected "Approved" on the Advanced Workflow action. Curr...

Re: Custom Object

in case of span id i created something like this which is working fine.document.querySelector('#span_id').onclick =function(){alert();}

Ajeet by Contributor III
  • 1718 Views
  • 5 replies
  • 0 kudos

Custom Object

Can somebody help to make a click event on a element which is under div and span.EX.

test
@DavidPetty @Ilya_Khen

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