I have a requirement where user should get warning message whenever he enters an email ID which is not as per our company's domain.For example:- A company has email address ending with @abc.com and if user enters any other address,he should get pop-u...
We're trying to create a Custom Object in 6.11 that compares the users in two Record Permissions field but we're having trouble getting started. At a basic level, does anyone have a suggestion for script that would simply list the names and/or IDs of...
Does anyone have information regarding which all languages are supported and not supported by custom objects?Thank you in advance!
Hi,Kindly provide the sample java script code for create and update record using custom object to call rest API service. I tired it, but always getting error message "Failed to load resource: the server responded with a status of 400"Thanks,Failed to...
Hi Team,I am trying to upload file through custom object using rest API call. Below the steps I following, 1. Created a Basic HTML input file upload control to read the file and encoded the file by base64.2. Call ajax method to uploaded the file usin...
We have this Date Comparison JavaScript in Archer 5.5 running, but we are unable to get this script to work in Archer 6.3 P4.I am attaching the copy of the current JavaScript that is being used and is working in Archer 5.5. Please help us resolve thi...
Hi All,I have a requirement to remove the Save and Save and Close button from Action dropdown, once the record is enrolled to the workflow. I have written the required custom object code to hide those button, but I am unable to hide "Does Not Advance...
We have requirement where we have to place an image in a dashboard and on click of that image, user should navigate to create a new Questionnaire record directly.That dashboard is custom i-view and code is written in HTML to present different dashboa...
I am using Archer 6.6 P2 and we have a requirement where User's account status should be marked as "Active"(if inactive) when they are present/added in a manual record permission field. A button click will also work.Please suggest any solution for th...
Hi All,We have one requirement where customer want to restrict the date field cannot be selected as Past date from the current date of the record while choosing one values from the value list field.Can anyone help us how to fulfil the above requireme...
SOAP API in javascript doesn't seem to work and what exactly am I doing wrong. Tried using Res API, but search option isn't enabled. When I fetch using content id it works like a charm. I get 400 bad request.......something to do with searchstring o...
Hi Team,We have implemented one custom object in value list field for one values to populate error/warning msg to user when they are trying to conclude the record without filling that required values. It is working when we chose that particular value...
For anyone currently utilizing the Digital Signature feature offered by Archer - Do you know if the mechanism that facilitates that functionality is FDA Part 11 (Electronic Records, Electronic Signatures) compliant? If yes, do you have any documentat...
I have the same custom object replicated in the all layouts (default, submit, review, challenge and approve).I'm able to read the value of the workflow status in the default layout and act accordingly using the following:var BPWKStatusVal = $CM.getFi...
We just migrated to the SaaS and our custom object code doesn't work anymore. Support wants us to use professional services. I thought I'd reach out to the community to see if someone could help. I've tried using the new code in this article. However...
Looking to see if there is a way to add a custom pop up message when a user selects an advanced workflow button? For example if the user selects “Reject”, we want a pop up to say “Are you sure you want to reject this record?”. We are having issues wi...
Hi Folks,I created a custom object which clears two text fields when selection Yes on a value list field using a radio button. The issue I am having is when you select Yes or No it will clear the text fields. How do I fix my code to not clear the fie...
I have a custom object that creates a subform record using content controller, now I need to attach this subform record to cross reference field. I dont want to do put call on content controller. How to achieve this using javascript.
I just found that application GUIDs as of 6.10 user lower case letters rather than upper case. (Every one I've looked at is lower case, but I'm not sure if it's 100% of GUIDs.) This breaks all my code using the API, as I'm searching for the module ID...
Thank you @DavidPetty for this code, it's really helpful.When I tried using it, it only worked for Single Column cross reference, but not for the Grid. The lookupFieldId function couldn't find the id for the Grid cross reference.Do you have any updat...