Return text > 1024 ex. BigText in functions

sundfarsundfar Member Posts: 28
How come it's not possible to configure the return value of a Function in a codeunit as type BigText?
Kind of weird because inparameters are allowed to be of type BigText!

Gunnar

Comments

  • ara3nara3n Member Posts: 9,256
    return type can only be of simple types.

    As you mentioned you can pass them as pass by reference, and the functional will (modify/return) the complex type.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.