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

Create popup message upon save

We would like to create an custom object that will create a popup message when a user hits save on a new record.Something like "Are you sure that you have entered all information?" Then if they hit YES the record saves.If they hit NO they go back to ...

Return value ID of calculated values list

I have a calculated Values List and I'm trying to get the value ID of the value currently in the field so I can compare it to a known value ID and if they are equal then switch the default tab.AWF is currently not an option and I could use: #master_D...

Anonymous by Not applicable
  • 819 Views
  • 1 replies
  • 0 kudos

Resolved! CSS Code to Hide Add new

I have implemented a piece of code to hide add new button from a grid, this is a piece which will only hide Archer Add new from grid like Cross-reference.I just want to know is there any other custom object practice which can achieve this same object...

Advanced Workflow - Rejection Comment Popup

Is it possible to have a javascript popup to capture some user input and write it to a text field on the layout? I have seen some discussions around a simple popup to notify that an email has been sent, but was curious if anyone has implemented somet...

Custom Object - History Log capabilities

Hello,has anyone used custom object to simulate history log field?meaning create custom object that takes all the data from the history log in to Sub-Form field that will contain:* Date* User*Type (Field change)* Field name* Valuethis is in order to ...

Resolved! Getting value for "Workflow Current Node"

I am trying to get the value of advanced workflow field called "Workflow Current Node". This is a text field and locked as it is system field. It shows the name of your workflow node. The field is on layout and visible to users. I tried with $CM but ...

Resolved! Custom Object Redirect Feature

I am using function to redirect from one record to same record but after creating a perticular record when again its taking me on the same record it opens up a new instance of the same record in which all values will be updated but when i click on X ...

Triggering Javascript within a Sub Tab?

Wondering what the trick is, to get javascript in a custom object, to fire in a TabSet on a record? Is there some sort of event listener to leverage? Using just a simple alert, like below, the alert only triggers if you are on the sub tab and toggle ...

Custom code to work on field rather than save

Hi Everyone, I have one custom code which compares two date field and if one field is greater than the other we have to click on save or save and Apply and then it gives the popup Rather than this i wanted my custom code to check on the date field it...

Custom Object

Is the use of getFieldValue() function being deprecated?It works fine for a particular record and after some time stops working for the same record.

Resolved! Record Permission Custom Object

We are working on a requirement wherein we have two manual record permission fields that get populated at different stages of a workflow, the idea is to not have the same person in both these record permission for which the following custom object wa...