how to charge a page from a codeunit

How can I change a field of one page from a codeunit? I have already a huge codeunit that writes the fields on a page but I can't understand how it can do it... thanks!

Best Answer

Answers

  • SowkarthikaSowkarthika Member Posts: 102
    Are you trying to modify a record from a Codeunit ? Page just displays record from a table.

    Can you clarify more on your question ?
  • amolsalviamolsalvi Member Posts: 4
    Can you be more clear on your question ?
  • lubostlubost Member Posts: 627
    You can use global variable to show non-table values. You can use OnAfterGetRecord to fill value into variable calling function in your codeunit.
  • sharon95sharon95 Member Posts: 183
    Answer ✓
    done
Sign In or Register to comment.