Dear Archer Team, Greetings,I'm writing this message to ask about a problem I face these days with the Archer platform in my organization. when I try to import an Excel file, there is a problem occurs and the message shows "An unexpected error has oc...
Is there a way to set character limit for Values List Value :Other Text field?This only has the 2 out of the box options1.Height(Number of Lines to select) 2.Default Text.My understanding is that 1 Line height allows to enter 256 characters.My requir...
Hello All,I've multiple Custom Objects on same layout to run data feeds and only one works. Each of the custom object is configured to run a different data feed. Below is the sample code for one of the custom object. Another issue with the same custo...
Hello All,I am trying to populate the current user's information in a text field using the Custom object. Any suggestions are highly appreciated. Thank you.
Hi .I wanted to create a button (Create B) in "A" application record ,once end user click on it, the cross referenced application B record should be created, saved and linked back to application A record automatically.Application "A" -->cross referen...
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 ...
Hi Team, I am looking for custom code for user status indicator next to user information to identify if user is active, inactive or locked. Thanks!
I'm trying to create a custom object that will trigger on a change to the contents of a text (not text area) field. The goal is to display a warning when the contents of the text field do not match a specific format. I can get the function to fire ba...
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...
Hi,Using custom object is there a way to change the page mode to View on saving a record and when status changes to Completed. Don't want to go to edit mode in such scenario.var pagemode=ArcherTech.UI.GenericContent.GetInstance().get_mode()Not sure i...
I have Application A and B with advanced workflow enabled and I'm trying to execute API call from application B to click advanced workflow button resides in application A. This has to be done in a sequential order.When User clicks "enroll" in Applica...
Hello All,I am trying to build custom object which would autosave the record every 5 minutes if status is "Draft". how do we fetch value from value-list to be used in custom object logic ?since i was not able to fetch value from valuelist i applied t...
Hello Everyone,How to Populate User Name who approved the record in an Text box or Record permission field.Note: Approver field has more than 1 approvers, so we need to identify who approved it.Warm Regards,Manasa
Hi DavidPettyI am looking for custom code to to disable collapse of cross reference when user clicks on cross reference field name. User should be always able to see record whether he clicks or not click on the cross reference field name.Thanks.
Hi, Archer Custom Objects SMEs,I need to hide a copy button (in the edit and view modes and from a right click of a record name). The below script does it except a condition (when the value of a field name, "Component Type" (field ID (19858)) is "Inf...
Does anyone have the code to hide Add New Button (Plus Icon) on Top Right side of record
We will on occasion need to load 6,000 or more sub-form entries to a record. When the 'View All' button is clicked, it can take a minute or so for all of the records to load and display. When we get closer to 10k sub-form records we are getting timeo...
I need to get the current user using the Archer 6.12.0.5.1 version, I already tried this code, from version 6.4 I found on the forum, but it doesn't work anymore, I think it has to be updated:Our customer wants to remove a specific user from a group ...
Hi,We're trying to create our first custom object to pop up a warning message when users click on the Save button. The result is nothing happens when we click on the button. Our code is as below:Please help to fix it.Thank you.
I created an custom object in contract application. it saves the selected answers first and then generate the engagement record and copies the selected values to engagement. the custom object is working fine however some requirement is updated and af...