Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2024-10-14 12:32 PM
Hi,
Is there a way to refer existing text/value list field data in the custom object?
thanks,
Prachi
2024-10-14 01:47 PM
@SinghaiPrachi sure, you can inspect the field via the browser and get the element information you can use in the custom object.
Advisory Consultant
2024-10-15 07:38 AM
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
2024-10-15 08:08 AM
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
2024-10-15 08:24 AM
@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
2024-10-15 09:37 AM
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