Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all 10657 articles
Browse latest View live

Mobile app development in D365 for FO- Part II

$
0
0
Hi Folks,

In my last post Mobile app development in D365 for FO - Part I, we discussed about how to create simple work space for mobile platform. In today's post i will share some of the deployment method for mobile work space.
 
In current version of mobile app, we can create two type of workspaces that are available to deployment.

a. In database
b. In metadata

a. Data base workspaces:
When user build an app workspace using web API, it will have stored in database and anyone can edit or delete such pages.

Database pages easy to create with navigation only. Mobile app framework will record user action and convert into logic, pages actually work same as user will record for it. It’s important that user have clear visibility what user require before creating a page or action.
There are three section in mobile workspace

i. Pages: Pages that will appear in mobile workspace, to display data.
ii. Action: To perform CRUD operations.
iii. Logic: Attach JS file.

Current mobile app framework is flexible in terms of designing flow, user must be very careful how user is recording the business process while configuration.

b. Metadata workspace

These pages need to be developed using classes in VS. Metadata workspaces cannot be created directly in VS, firstly user need to create a workspace in user database using above method and then attached user workspace to it.


-Harry Follow us on Facebook to keep in rhythm with us. @theaxapta

Allow non editable table fields to be modified via AIF.

$
0
0
Requirement: Allow requests made via AIF to modify fields with the table field property “AllowEdit” set to NO to be modified. By default if you modify a field in a service call that is non...(read more)

Microsoft Connect portal retired, you have to follow other link

$
0
0

 

Hi all, I was trying to download latest Dynamics 365 for finance Dev box vm, but found that Microsoft Connect portal is retired. you can found all information here.

https://docs.microsoft.com/en-us/collaborate/connect-redirect

 

I expect that lastest VM link will available here, As I found latest 7.3 update 12 link here

https://aka.ms/finandops73pu12

 

And it leads us to some share point link, Download is good as compare to old connect link.

 

Moving inventory from user to storage location in advanced warehouse management ax 2012

$
0
0
Some times in advance warehousing our inventory get blocked in USER location and become unsellable so in this blog I will guide you how to move inventory from user location to storage location. First...(read more)

Microsoft Dynamics Partner Roundup: Project accounting; GP 2018 add-ons; Regulate 365; CSP addition

$
0
0
In this week's Microsoft Dynamics partner news roundup: Journyx accelerates project accounting with launch of Projectlink for Microsoft Project CRGroup releases Microsoft Dynamics GP 2018 compatible add-on solutions Adoxio delivers ...read more

Microsoft Connect Has Been Retired, how to find Dynamics downloads

$
0
0
Microsoft Connect has been retired in favor of new tools and services to engage with Microsoft. If you are a member of an active Connect program, you should have received information on how to continue your engagement with these new platforms, including some that are related with Dynamics products: Microsoft Dynamics 365 The Dynamics 365...

Dynamics AX 2012 - TFS or VSTS Build topics

Did you check Resource Governor settings before starting your load testing?

$
0
0
Dynamics AX 365 For Operations is leveraging the Resource Governor available in SQL Server. But before we dive in, let's first get the basics. What is the Resource Governor? In short the Resource Governor enables you to specify limits on the amount of CPU, physical IO, and memory that incoming application requests can use. To...

30 ways Microsoft Dynamics AX 2009 users can keep improving their SCM processes

$
0
0
A significant number of manufacturing companies still use Microsoft Dynamics AX 2009 to run their business. While all of these firms are addressing their upgrade strategy and timing, many are also attempting to improve current system usage. Based on ...read more

Changes Coming to Dynamics 365 Customer Engagement (CRM V9)

$
0
0
By James O'Connor, Senior Consultant, Arbela Technologies Service scheduling in Dynamics 365 for Customer Service is deprecated The Unified Resource Scheduling solution is included with Dynamics...(read more)

Code to get Miscellaneous charges of purchase line in Ax 2012

$
0
0
This is Code to get Miscellaneous charges of purchase line in Ax 2012. You can try below code to check in job.

 PurchTable purchTable;  
PurchLine purchLine;
MarkupTrans markupTrans;
while select * from purchLine
Join purchTable
Join markupTrans
Where purchTable.PurchId == purchLine.PurchId
&& markupTrans.TransRecId == purchLine.RecId
&& purchTable.PurchId=="PO-0000043"
{
info(strFmt("%1 , %2 , %3",purchLine.PurchId,markupTrans.Txt,markupTrans.Value));
}

Code to get opening balance for Ledger Main account in Ax 2012

$
0
0
If you want to check opening balance for particular main account then you can check below code to get the same.

This is sample Code to get opening balance for Ledger Main account in Ax 2012.

  LedgerBalanceMainAccountAmounts ledgerBalance;  
AmountMst opSum;
;
ledgerBalance = LedgerBalanceMainAccountAmounts::construct();
ledgerBalance.parmIncludeRegularPeriod(true);
ledgerBalance.parmIncludeOpeningPeriod(true);
ledgerBalance.parmIncludeClosingPeriod(false);
ledgerBalance.parmAccountingDateRange(mkDate(01,01,2000), mkDate(31,12,2017));
ledgerBalance.calculateBalance(MainAccount::findByMainAccountId('1123333'));
opSum = ledgerBalance.getAccountingCurrencyBalance();
info(num2str(opSum,10,2,1,1));

Prevent AX Reports from Auto-Sending via Outlook Email

$
0
0
Requirement: When choosing email as the report destination in, allow the user to edit the email contents in Outlook rather than automatically sending. A number of users have been concerned that outlook...(read more)

Staffing your manufacturing project in the fewest steps with Microsoft Dynamics 365 for Finance and Operations, Enterprise

$
0
0
Note: Thanks to John Keane for the thorough testing of this functionality. A project resource is a human resource (a.k.a., a person) that is going to execute a certain portion of a project. We have to define these resources and then book them ...read more

40 ways Microsoft Dynamics AX 2012 users can keep improving their SCM processes

$
0
0
A significant number of manufacturing companies still use Microsoft Dynamics AX 2012, and have not made any upgrades to AX 2012 R3 or a later software release. While most of these firms are addressing their upgrade strategy and timing, many are also ...read more

PLATFORM EXCLUSIVE – Subscription Billing for Dynamics NAV Handles ASC 606

$
0
0

Binary Stream has Subscription Billing for Dynamics NAV!

 

Learn about the great features of our Subscription Billing solution for Dynamics NAV:

 

Subscription Billing can be easily extended to cover the entire quote-to-cash process. Our solution seamlessly pulls the relevant customer contract details into Dynamics ERP. It also makes collections less painful and more financially rewarding. The Subscription Billing customer web portal allows customers to self-serve by viewing invoices and remitting online credit card payments.

 

Subscription Billing handles even the most complex pricing strategies – subscription charges (recurring monthly, annually or at any user-defined frequency including pro-rated periods); one-time fees such as for initial set-up; metered or usage-based fees such as time or amount consumed; prices that change based upon volume tiers; milestone billing; and many other methods. Evergreen billing can be set up to automatically renew at the end of a term.

Replacing cumbersome manual processes and error-prone spreadsheets with Subscription Billing automation leads to a better experience for your customers. Move beyond invoicing mistakes that erode your customers’ confidence. Give customers the flexibility to be charged in the way that works best for their situation. Some customers like to pay monthly while others like annual.

Subscription Billing manages your revenue allocations so you can confidently and efficiently comply with ASC 606 and IFRS 15. Define your items’ fair value prices and let the system automatically generate the revenue allocations for each and every invoice or contract. And, because all of this information is already in Microsoft Dynamics ERP, the invoices flow directly to the appropriate accounts in the GL.

 

Subscription Billing efficiently builds and tracks your recognition schedules–including at the line item level–right inside your Microsoft Dynamics ERP. Set up your deferral accounts by customer, item and vendor and track contract information separate from deferral schedules. Cancellations, reclassifications, and adjustments are handled with ease. No longer are you forced to post to a future period.

With the Subscription Billing Suite, all of your key financial information is right inside your Dynamics ERP making reporting a breeze. Stay on top of your firm’s performance in real-time with insightful reports including monthly recurring revenue, periodic revenue recognition, new contract sales, total contract revenue, waterfall, or create your own custom reports. Accurately forecast revenues and expenses, and quickly produce your GL reconciliation to satisfy audit requirements.

As with all Binary Stream solutions, Multi-Entity Management can be deployed in the Cloud, in a hosted environment or on-premise as part of Microsoft Dynamics ERP. Flexible pricing options include perpetual licensing and monthly subscriptions. Additionally, since Subscription Billing Integrates seamlessly with Microsoft Dynamics GP, you can easily extend the solution to incorporate front-end billing credit card processing, sales tax processing, advanced commission handling, and much more.

 

Visit our website to learn about how our Subscription Billing for Dynamics NAV can improve your billing efficiency.

 

 

What is the purpose of the Delete negative payments in the Payment Proposal form?

$
0
0

This blog talks about the purpose of the ‘Delete negative payments’ option in the Customer Payment proposal form.

In Dynamics 365 for Finance and Operations, users can see this option by going to Accounts receivable> Payments> Payment journal. Click Lines, and then click Payment proposal> Create payment proposal.

      

This field has the following definition:

Delete negative paymentsSelect this check box to delete payments if the amount to be paid is negative.

We have had questions from customers asking if this field is used to filter out the Credit notes posted for the customer during the Payment proposal process.

The purpose of ‘Delete negative payments’ in a Customer payment proposal is not to remove credit notes.

The purpose is to remove negative payments during the Payment proposal process.

When the payment proposal process is run, the system checks the Method of payment setup.

The Period field in the Methods of payment – customers form is used to select whether the invoices are combined in an automatic payment proposal or not.

The following options are available:

  • Invoice– Create one payment for each invoice.
  • Date– Create one payment for all invoices that have the same due date.
  • Week– Create one payment for all invoices that have a due date in the same week.
  • Total– Create one payment for all invoices.

The examples below cover the Method of payments Total and Invoice with the following sample invoice and credit note:

Credit note: -100,000

Invoice: 20,000

When you use Method of payment=Total, the application will create a payment for each customer balance with the same payment date (due date).

If the customer balance is negative, then it will not be included in the Payment proposal process when ‘Delete negative payments’ is marked.

When you use Method of payment Period=Invoice, you will get one payment for each invoice (or credit note). The Credit note payments will be deleted as it will have a negative balance.

Scenario 1 ‘Delete negative payments’=Yes and Period=Invoice

In this scenario, the system generates one payment for each invoice or credit note.

When the option ‘Delete negative payments’ is set to Yes, the payment created for the credit note with a negative payment amount is deleted.

If ‘Delete negative payments’ is set to No, the system creates a payment line for the credit note and the invoice transactions.

 

Scenario 2 ‘Delete negative payments’ = Yes and Period=TOTAL

In this scenario, the system creates one payment for all invoices.

When the option ‘Delete negative payments’ is set to yes, the system totals the balance for the Invoice and the Credit note to determine the payment amount. If the balance is negative, then the payment line is deleted.

In this example, the total for the invoice and the credit note is -80,000. The negative payment line is deleted.

If the option ‘Delete negative payments’ is set to No, the system totals the balance for the Invoice and the Credit note to determine the payment amount. The system will then create one payment line for the total.

In this example, the total for the invoice and the credit note is -80,000. The system will create one payment line for the total of the invoice.

D365FO/Ax issues – Knowledge Database

$
0
0
Hello, We have decided to create our own collaborative knowledge database of issues, bugs, error or warning messages, major problems that have occurred on our different projects. Sometimes a simple...(read more)

Issue : Posting invoice journal – Update has been cancelled because of an error

$
0
0
Error message : Update has been cancelled because of an error. Version : D365FO Module : Account payable Localization : All Critical : Blocking French message : La mise à jour a été annulée à...(read more)

Large and strange font sizes in menus for Dynamics AX 2012 on remote sessions

$
0
0

Hi all!

When you open a Dynamics AX 2012 client (RTM/FP/R2/R3) on a remote session it sometimes look pretty weird. Font sizes are all over the place and overall it doesn’t look that great. See for example in the following screenshot:

You can get better results by changing the properties of the shortcut if you check the checkbox Disable display scaling on high DPI settings on the Compatibility tab.

The result is better but still not entirely accurate:

You can get the best results by changing the display settings on you host system (so the PC or laptop you are working on). I have Windows 8.1 but you should find a similar setting on other versions of Windows in the Display section of the Control panel.
Microsoft recommends 125% scaling by default, but I prefer to set it at 100%. Setting it to 100% will also give you the best results for Dynamics AX 2012 in remote sessions. So, on your system, change the setting to 100% as seen in the following screenshot.

This property will only be active after you sing off and sign in again, so do that also.

If you connect to a remote session now, you will see that the scaling of the text in Dynamics AX 2012 is now accurate. This will improve your experience and your screenshots.

Viewing all 10657 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>