is it possible to get all the field's internal id ...
# administration
k
is it possible to get all the field's internal id and name for a particular record in csv?
c
in the UI you can just add &xml=T to the URL.
k
thank you! This gave me a xml, what I was looking for is to get all the fields and their type, possibly into a csv?!
c
Ahh... I don't know of any way to grab that info in a CSV; besides scripting something, maybe?
c
That only shows native fields, though. But, if that's all they need, that should also work. 😉
k
right, the above only shows native fields. I was looking to find all fields. I was able to convert xml to csv. Thank you guys!
c
will the xml view show all fields or only those applied to the transaction form in question?
c
The XML shows all the fields on the current record. The only way I've seen any kind of export to CSV like that was via scripting...