RE: SSRS Expression Switch Statement
thank you for the reply ievgen but unfortunately your line of code is not getting the correct results. It is always evaluated to this "". The code I have written is this...
View ArticleRE: Can not delete an invoice proposal headers
click Ctrl+F5 this will return the original values.
View ArticleRE: SSRS Expression Switch Statement
Hi Tatiana Garcia Ramos - No I'm not using the visibility condition.I was using switch originally but I dont know how to compare two expressions in one switch condition. If we can do this with IFF its...
View ArticleRE: Auto lookup using EDT with Table reference
I don't see a place to add a relation in a new EDT. Here are the two I created... 456 is a "duplicate" of one of theold ones. 456 works, 123 doesn't
View ArticleRE: SSRS Expression Switch Statement
It can't evaluate to "" because that's an "if" statement it should return either [XX] Certificate of Analysis or [] Certificate of Analysis, are you sure that there is no syntax error ?
View ArticleRE: Auto lookup using EDT with Table reference
you need to add the relation in the EDT like the SalesId, in older version (AX2009) this was very easy to do it, but not you need to change more than only add:...
View ArticleRE: Auto lookup using EDT with Table reference
Hi amycww,Maybe this blog can help you blogs.msdn.microsoft.com/.../referencetable-table-references-on-edt it explains the difference between ReferenceTable and Table References in details.
View ArticleRE: SSRS Expression Switch Statement
ievgen sorry typo on my part. It is always evaluated to [] Certificate of Analysis. No syntax error. I have pasted the exact code from the expression box.
View ArticleRE: SSRS Expression Switch Statement
=IIf(Fields!WFdisplayPrintCOA.Value = 1 AND Fields!CountryRegionId.Value = "USA", "[XX] Certificate of Analysis", "[] Certificate of Analysis")
View ArticleRE: Can not delete an invoice proposal headers
I Would like to delete using the tables, anybody know how to do it?
View ArticlePayment Journals to refund customer overpayments
Hello, I am attempting to post (for the very first time in AX AR module) a payment Journal. I am receiving the following errors when attempting to do so. Can someone assist me?I have setup the...
View ArticleRE: Sales Line Delivery Address Update from Update Order Lines Dialog
Hi Steve Murphy ,Check write method of salesTable datasource on a salesTable form. Before super() you have copyAddress = SalesTable::promptCopyDeliveryAddress(); and salesTable.copyAddressToLine().
View ArticleSales Line Delivery Address Update from Update Order Lines Dialog
Where is the sales line Delivery address updated after you update the delivery address on the header and select Update All Lines in Update Order Lines dialog?I need to trap where this occurs to update...
View ArticleRE: Can not delete an invoice proposal headers
go to AOT, Tables\NameOfTheTableSearch the record you want to delete, and click Alt + F9
View ArticleCan not delete an invoice proposal headers
Hi All, I can not delete an invoice proposal headers. I would like to try doing it by the tables AOT but i have no idea how to do it. When I try to delete, appears a message that says "can´t edit a...
View ArticleRE: SSRS Expression Switch Statement
that means that "Fields!WFdisplayPrintCOA.Value = 1 AND Fields!CountryRegionId.Value = "USA"" is false. Did you check that WFdisplayPrintCOA is 1 and CountryRegionId is "USA" ? It's easy to do, just...
View ArticleRE: SSRS Expression Switch Statement
Ievgen Yes I made sure that both the fields have the correct value. But still for some reason the If statement is always evaluated to "[] Certificate of Analysis".what do you mean put them into another...
View ArticleRE: Auto lookup using EDT with Table reference
Hi Tatiana:I did found that blog, but unfortunately none of the screen shots show up so its not very useful :(
View ArticleRE: SSRS Expression Switch Statement
maybe Fields!WFdisplayPrintCOA.Value is string not int, try Fields!WFdisplayPrintCOA.Value = "1"
View ArticleTables to join an employee to posted ledger
Hi, i'm new to AX and am trying to build a report of all employees paid during a start and end day period and those who fall within the main account : MA.MAINACCOUNTID IN ('501001','513001') . I am...
View Article