With EP intalled from the CD no that is not possible. With additional custom development yes it is possible. Do you want to do this? No I don't think so. For data entry EP is not suitable, you would be better off giving users access to Navision directly through TS or Citrix.
I use Emplooyee portal, and it is possible to post invoice.
You have to use report to run codeunit, that all.
Remember to add code "IF GUIALLOWED THEN" for dialogs.
I have created a report that will post a job journal.
I have also modified the posting codeunits (IF GUIALLOWED THEN).
If I run the report from the Object Designer, it works well.
If I dump it in a SHOWREPORT action, I get the error message:
Navision Error (10500): A '(' is missing in TableView. SORTING(Journal Template Name,Journal Batch Name,Line No.)
Any idea where that comes from? Or do you mind sharing the way you have set this up?
My report - based on table 210, ProcessingOnly=No, UseReqForm=No, no sections defined - looks like this:
OK, I managed to get this to work in the meantime. One stupid thing: the webpart will not be updated automatically, so the posted lines are still shown. I need to press F5 to refresh the page and then it's OK.
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
RIS Plus, LLC
Vivek Srivastava
"Future Belongs to those who beleive in the beauty of their dreams"
You have to use report to run codeunit, that all.
Remember to add code "IF GUIALLOWED THEN" for dialogs.
I have also modified the posting codeunits (IF GUIALLOWED THEN).
If I run the report from the Object Designer, it works well.
If I dump it in a SHOWREPORT action, I get the error message:
Navision Error (10500): A '(' is missing in TableView. SORTING(Journal Template Name,Journal Batch Name,Line No.)
Any idea where that comes from? Or do you mind sharing the way you have set this up?
My report - based on table 210, ProcessingOnly=No, UseReqForm=No, no sections defined - looks like this:
Groover
Groover
I have the samme problem with a '(' missing how did you solve the problem ?
regards
Peter