i work on Project that displays dynamics Nav 2013 timesheet in sharepoint 2010 With WebPart.
i want send email automaticly to user when timesheet is approuved by apporouver ?
thx
i work on Project that displays dynamics Nav 2013 timesheet in sharepoint 2010 With WebPart.
i want send email automaticly to user when timesheet is approuved by apporouver ?
thx
You can use codeunit 400 to send e-mails through SMTP. But I think you wil need a developer license to achive this.
When you are allowed to write C/AL code with your license you should find out which report or codeunit is run to apporove the timesheet. And then add a function that sends a notification to the user.