Hi , I want to create a function to receive a record as parameter and the record can be anyone record. Is it possible to pass a record as a parameter to a function ?
You can create a function with a variant af a input, and then use codeunit 701 (GetRecordRef) to cast to a a recordRef, then you can do what ever you need with the recordRef
For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
You can create a function with a variant af a input, and then use codeunit 701 (GetRecordRef) to cast to a a recordRef, then you can do what ever you need with the recordRef
For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
Answers
Thanks for your help
You are welcome 😊