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

Resolved! Date Compare custom object 5.5 SP2

Hi All, We have a custom object in Archer 5.4 which compares start and end date. If the end date selected by the user is less than (before) start date it will give warning message and not allow to save or apply the record. Post upgrade to Archer 5.5 ...

ChiragShah by Contributor II
  • 15048 Views
  • 57 replies
  • 4 kudos

Resolved! Hiding Export Option

Hi all, I need your thoughts on this, I'm trying to hide the export option which comes by default in archer using below custom object, but it's not working. did anyone have any idea to hide this? I want only the mail merge one, not the default export...

pastedImage_1.png

Resolved! Javascript custom code for Multiple values

Hi ,We have a requirement to populate source data from one application to other application on a button click by creating a record, we have achieved this using content API buy writing to JavaScript code in custom object. When a single value is select...

Bharath by Contributor III
  • 2088 Views
  • 8 replies
  • 0 kudos

Hide field based on Date Difference

Hi Everyone ,I have 2 date fields Incident date and reported date. When reported date is more than 72 hrs from Incident date i want a new field Reason for missing to be displayed . This should happen without saving the record that means on selection ...

Bharath by Contributor III
  • 618 Views
  • 2 replies
  • 0 kudos

Datafeed completion message

Hi all, Merry Xmas Is there any way to have a Datafeed completion message when we run it through a custom object?For example, it may be a kind of datafeed field update status? Regards -Alexandros

Custom Object - Close Button

I'm trying to create a custom object to close the record

Close
Issue:Click on Add new record: key in a few of the fields then click on Close record. The record closes fine. Now when I navigate to another workspace, it shows a popup warning that I hav...

Custom Code

Hi , I have a custom button created which is called Submit in questionnaire.So once they click submit, we should hide the submit button. I have seen the code which is there in community to hide a button.custom button:

Submit Certification
Save:
Save and
...

AshaHB by Contributor III
  • 2150 Views
  • 4 replies
  • 0 kudos

Resolved! Session Token in Custom Object

Hello! To use WS API in my custom objects, I need session token.Since 6.1 it was possible to get it like this:var sessionToken = parent.parent.ArcherApp.globals.workpointFeatures.SessionToken;‍‍But, I've recently updated to 6.4 SP1 P1, and ArcherApp....