Is there a way to schedule emails that attach a SSIS web report or Smartlist report or excel report and send it automatically at a specified time within Microsoft Dynamics GP 2013?
Thanks
Not possible to send report automatically at a specified time within Microsoft Dynamics GP 2013. You can schedule reports in SSRS.
Related
I'm looking for an ability to register data from an external system into Microsoft Dynamics CRM
For example, in Salesforce CRM there is 'Platform Event' which is used to get an event from an external source and trigger a UI change in accordance.
What's the equivalent in Microsoft Dynamics CRM?
To CRUD data in CRM:
https://learn.microsoft.com/en-us/powerapps/developer/data-platform/webapi/create-entity-web-api
To perform actions (the same stuff clicking buttons does) via API:
https://learn.microsoft.com/en-us/powerapps/developer/data-platform/webapi/use-web-api-actions
Power Automate / Logic Apps has connectors for these out of the box if you prefer not to write code, they are billed by execution though.
To deploy and publish a website in visual studio I get a message telling "the solution needs to be under source control on VSTS or GitHub".
what if I ignore this kind of publishing and publish it as before versions of VS and how can I ignore it?
Chick the publish Button next to Profile and not the Start button. They are 2 different publish options.
I'm on a dynamics NAV 2013 training (self study) with a perpetual license. I use a suitable database for a particular business (with some specific functionnalities)
When i want to change "Due Date" in "Service Order module>Service Jobs" i obtain this error message :
In The current Company the date you've entered is outside the allowed interval (this is determined by the filter '??11|b??12*|??01*|??02*', which is defined by the license file).*
when i choose a date before 03/01/2016 (March) i got this error message :
Service Job Due Date cannot be in the past
I need your help to find how can i change this filter (in the license file) in order to change this field easily.
thanks in advance for your help
Just as comments from Mak Sim and azatoth This isn't NAV standard. This is custom code. Debug the code and you can see the problem.
This is standard behaviour; NAV is effectively in 'Demo-Mode' at this point.
It seems to happen either when the license on your NAV Server expires, or when you have installed a new license, but not restarted the service.
In either case, the resolution is to install a valid license from the NAV Development Environment, then restart the NAV service on the middle-tier server.
my company wants to stop using GP but would like to retain all the historical data (for reporting) from the Great Plains 2010 system . Can someone please advise if I can just take a backup of the Great Plains database after the license expires and run reports in SSRS from the old database? Please advise what the best approach should be.
If your reports currently run correctly in SSRS you are good to go - there is no SSRS dependency on Dynamics GP (just the SQL database.)
You can easily test this scenario. Create a new SQL Server Instance. Take a backup of your existing GP company database(s) and restore them to the new SQL Server instance (configure security the same as your production instance.) Now, create copies of your reports and give them a new data source pointing to the new SQL Server instance. Verify that all of the copied reports run successfully.
This is the equivelent to not using GP any longer as there will be no application pointing at the restored databases - just plain old SSRS reports reading from a SQL database.
I'm using SSIS 2008 to insert data in CRM Dynamics 2013.
We have two servers, the first is for the CRM installation and the seconde SQLServer database.
I wrote a script in SSIS to push data to the CRM, but every time I get a timeout error even if I set it to a higher number.
Anyone have an idea how to solve this problem? Thanks.
Try replicating your script component in to 10 parts. This way, you will have several different instances of service inserting/updating data parallel.