How to get Field name?

AmaraaAmaraa Member Posts: 153
Hello,

Is there anyway that can take a field's (object) name?

something like xxx.yyy.name;

Thanks,
Amaraa

Answers

  • einsTeIn.NETeinsTeIn.NET Member Posts: 1,050
    Yes, there is.
    Record.FIELDNAME(Field);
    
    will return the fieldname and
    Record.FIELDCAPTION(Field);
    
    will give you the caption of the field in your specific language.
    "Money is likewise the greatest chance and the greatest scourge of mankind."
Sign In or Register to comment.