Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..

cancel
Showing results for 
Search instead for 
Did you mean: 

custom object to refer existing field data

Hi,

Is there a way to refer existing text/value list field data in the custom object?

thanks,

Prachi 

5 REPLIES 5

DavidPetty
Archer Employee
Archer Employee

@SinghaiPrachi sure, you can inspect the field via the browser and get the element information you can use in the custom object.

 Advisory Consultant

Hi @DavidPetty 

How can I get the element information, can you please guide me.

The requirement is I need to create a table based on some existing fields data already getting populated from calculations. so I did created one custom object and write a HTML code for table but I need to refer existing field data in that table that's where I need to refer existing field data.

Thanks,

Prachi

You can inspect element using Chrome. Right click on the field in a record.

Have a look at this though: https://www.archerirm.community/t5/archer-custom-objects-knowledge/the-horrors-of-moving-custom-objects-from-one-environment-to/ta-p/569029

@ShaunMartinLaw2  Thanks for sharing the code to get the field id but I want that field data to be populated in the table. how can I use the field ID to get the field value in the table column.

Thanks,

Prachi

I've not done what you are attempting, however I have implemented a copy, from, to button: discussed here:
https://www.archerirm.community/t5/archer-custom-objects-forum/custom-object-javascript-copy-previous-text/m-p/717064