you mean like this?
#DEFINE.CurrentVersion(1)
#LOCALMACRO.CurrentList
v1,v2,v3,datetocollect
#ENDMACRO
i don't know what you mean by increment current version
you mean like this?
#DEFINE.CurrentVersion(1)
#LOCALMACRO.CurrentList
v1,v2,v3,datetocollect
#ENDMACRO
i don't know what you mean by increment current version
Change CurrentVersion(1) to CurrentVersion(2).
hi everyone.
i capture a date trough the dialog method of a extended VendOutPaym class which i save on a varibla in the getFromdialog method also from that class. i need to send this date to a extended VendOutPaymRecord class so i created the next method:
public date datetoCollect()
{
Return datetocollect;
}
which i call for the next way:
Colledteddate = date2str(extentedvendoutpaym.CollectDate(),321,2,1,2,1,4); (i need the final result in a string)
the problem is that when i pick the value on getfromdialog the variable "CollectDate" is located on the client and when i try to return it from the new method it is located on the server so it returns 0. i tried to change the method "datetocollect" to run on client like this:
client static date datetoCollect()
{
Return datetocollect;
}
but it teel's then that 'datetocollect' hasn't been declared.
i don't have much time working with ax and i really don´t know how to proper interact between client and server here. if anyone can help me eather with what's wrong or some manual to check how ax interacts between client and server i'il be really thankful.
If you need any extra info please let me know.
Hi AXBOy ,
Look at the below link for details
Hi Eveyone,
For creating an SSRS report...we need to create 3 classes: contract class, controller class and Data provider class....what exactly are these 3 classes and what all methods should be added in each of them?
Thanks for Advance
so if i have 5 variables en the macro it should be currentversion(5)?
No.
If you had CurrentVersion(1), and you later add a variable (or 10 variables), increment CurrentVersion to 2. This way the usage data system knows to not use the old packed variables (where your new variables don't exist) when running it next time.
thank you for your replies nikolaos, unfortunally i still can't return the date i'm looking for if you have any idea what might be the cause please let me know, i'll keep searching
thank you both for your replies, if you could i'd like you to answer me another question related to the topic. as i thought it was a matter of which instance i was targeting to return the date.
i added the next line and it works correctly
ExtendedVendOutPaymRecord = this.GetCustVendOutPaym(); //CustVendOutPaym is the instance that has all the information.
my doubt is that if i use "this.GetCustVendOutPaym()" and later modify the values, the data in is modified in both instances or just in ExtendedVendOutPaymRecord
I haved a client that wants to authorize CC charges at packing slip step. It appears my only options for authorization are: 1) sales order entry time 2) Picking step
We have one warehouse using advanced warehousing for more complex processing of orders and an other warehouse with basic warehousing for customer pick-up. It appears that the CC processes differ based on warehouse enablement.
Any help would be appreciated
What issue you are facing ?
I've heard discussions about needing to have the External Enterprise Portal on a seperate VM or server. Is this the normal practice? Is Active directory the most used practiced for logins?
Additional Information: In trying to develop a workaround for this issue, I tried reversing the query and selecting transfer order lines and expanding their headers, which works. It's not enormously useful at this point, but it seems to me to suggest that the relationship itself isn't broken, just something with the header entity and/or my extensions of same.
It depends on which object values you modify.
Hi Crispin,
well I am always interested in new ideas. It can be very helpful.
I am interested to know what was the need? the calculations behind the scene ? and how does this form look?
Any detail.
you can wright to my email vfilonenko@thinkmax.com
Hi Finance people,
Has anyone done a full consolidation in D365 or 2012 according to IFRS 2,8,10?
So here is my challenge. I want to know if anybody found an automatic way to calculate the goodwill and eliminate the profit of a non-controlling portion of the subsidiary?
Here is what i am looking to automate. The amount in yellow of 6,000$ represents the goodwill calculated this way:
+ Mommy's investment in Baby of 70,000$
+ Value of non-controlling interest is 20% of baby's net assets o 80,000$ = 16,000$
- Baby's net asset acquisition of 80,000$
(70+16-80=6k)
What i want to know if
a: is this better to do with the on-line consolidation process or the financial reporting tool?
b: has anyone done that and could share a print screen of the setup of the columns or the setup steps of the online consolidation process?
This would be very appreciated.
Hello Victor,
Self-signed certificates should only be used for testing purposes. Microsoft recommends that you use a publicly registered domain name for your production installation of AOS. If you don't own your domain name, you might want to think about deploying your AX on a new publicly registered domain.
A DNS record is not a requirement to purchase a CA cert. What is required is a unique IP address. this is usually the static IP address assigned to your organizations from your ISP.
A CSR is needed, This is a certificate signing request generated from your IIS server.
Correct contact information in WHOIS record.
Business/Organization validation documents.
Once you have chosen which CA you will go with. You can contact them and they can help you and let you know exactly what information they need from you for the deferent certs needed.
I have included some additional links below for you to review that I believe will help you in your deployment.
community.dynamics.com/.../281127
sinedax.blogspot.com/.../microsoft-dynamics-365-for-finance-and.html
sinedax.blogspot.com/.../microsoft-dynamics-365-for-finance-and_26.html
Hope this helps!
Hi Guys,
Could someone explain more about required SSL certificates for an on-premise deployment?
Thanks in advance!