Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all 175888 articles
Browse latest View live

VSTS source control Metadata folder mapping.

$
0
0

In source control window mistakenly I mapped the metadata folder to local path "C:\AOSServices\PackagesLocal Directory\Metadata" and ran Map & Get. Later I removed the mapping and mapped the metadata folder to "C:\AOSServices\PackagesLocal Directory". But now this local metadata folder has become inaccessible and AOS service also not starting. While I am trying to open any project getting error "C:\AOSServices\PackagesLocal Directory\Metadata directory cannot be accessed".

Can anyone help on this issue.


RE: how to setup 10% discount coupons of total bill amount above Rs 1000 to be redeem at POS.

RE: Data entities is not showing in Application

$
0
0

Did you refresh entity list from entity parameters ?

RE: Assembly containing type Microsoft.Dynamics365.Tax.Core.TaxEngineService is not referenced

$
0
0

Ah, so my guess is right, it's indeed something about India GST. Please tell us what you and finally look at the code you're trying to fix!

Assembly containing type Microsoft.Dynamics365.Tax.Core.TaxEngineService is not referenced

$
0
0

01) Assembly containing type Microsoft.Dynamics365.Tax.Core.TaxEngineService is not referenced.  

02) Error executing code: SalesFormLetter object not initialized.

(S)\Classes\SalesFormLetter\run - line 187
(S)\Classes\SalesFormLetter\mainOnServer - line 164
(C)\Classes\SalesFormLetter\main - line 59
(C)\Classes\FormFunctionButtonControl\Clicked
(C)\Classes\FormFunctionButtonControl\Clicked - line 19
(C)\Classes\FormMenuButtonControl\Clicked
(C)\Classes\FormMenuButtonControl\Clicked - line 23

POS Offline Database Log size when creating

$
0
0

Hi All,

We have an issue with creating the Offline Database due to the log taking up all the disk space available.

The issue seems to be around the bulk insert of the INVENTDIMS, if we empty this table and Sync it will complete with the log finishing around 8.5GB and a 3GB Offline DB.

Include the INVENTDIMS and the Offline DB wil grow to just under 10GB and the log will fill 40GB easily.

One other thing I've noticed is that the log is generated as an MDF file and not LDF, anyone know the reason behind or for this?

RE: VSTS source control Metadata folder mapping

$
0
0

What exactly do you mean by "this local metadata folder has become inaccessible"? Just changing TFVC mapping doesn't have impact on files on disk.

RE: use prmisDefault method in extension

$
0
0

Please provide some description of your problem.

Or, if you want to delete this thread for some reason, simply let moderators know.


RE: Integer field Restriction

$
0
0

It may need a bit better specification. For example, -123 has three figures, but four characters. What result would you like to get in this case?

Integer field Restriction

$
0
0

Hi,

how to restrict an integer field in form to allow only 4 characters?

RE: VSTS source control Metadata folder mapping

$
0
0

Can you tell us what happens if you try to access the folder?

RE: Sales Invoice report barcode issue

$
0
0

If the Report is running in a separate Batch Server, might be worth to check the font there as well.

Sales Invoice report barcode issue

$
0
0

Hello everyone,

I need to export in AX 2009 the sales invoice to file system as PDF  and I do that in the following method:

void createPDFFile(CustInvoiceJour _custInvoiceJour)
{
    SalesFormLetter_Invoice  salesFormLetter;
    PrintJobSettings               printJobSettings;
    FileName                          filename;
    ;
    filename = strFmt("%1%2%3%4%5",exportPath,#FilePathDelimiter,#fileNamePrefix,_custInvoiceJour.InvoiceId,#pdf);
    printJobSettings = new PrintJobSettings();
    printJobSettings.setTarget(PrintMedium::File);
    printJobSettings.preferredTarget(PrintMedium::File);
    printJobSettings.format(PrintFormat::PDF_EMBED_FONTS);
    printJobSettings.warnIfFileExists(false);
    printJobSettings.suppressScalingMessage(true);
    printJobSettings.fileName(filename);
    printJobSettings.allPages(true);

  
    salesFormLetter = SalesFormLetter::construct(DocumentStatus::Invoice);   

    salesFormLetter.updatePrinterSettingsFormLetter(printJobSettings.packPrintJobSettings());
     _custInvoiceJour.printJournal(salesFormLetter);   

}

it works fine, the file pdf is generated, but the problem is that the barcode inside the document is printed only for the first invoice (the method above is called during the fetching of a query on CustInvoiceJour). For all the other invoices some alphanumeric value is printed. The code is running on client and I've check if the font defined for barcode control is installed: it is installed on bothe client and server.  Note that the same code using print medium "Screen" or "Printer" is working fine: for every invoice the barcode is correctly printed.

I would appreciate any help.

RE: Environment issue

$
0
0

I'm assuming in the DATA MIGRATION environment you re-generated the mappings?   I've seen this cause the issue you are describing when the mappings existed before the extension code was pushed and the mappings need to be re-generated to get the data to the target.

RE: SSRS Report 'Select Button' doesn't work

$
0
0

If you refresh the dataset from Visual Studio, and redeploy the Report, you might start seeing the select button


SSRS Report 'Select Button' doesn't work

$
0
0

Hi All,

I have a report that has a select Button filtering on a table, however the report ignores the selection and returns all data. The report is based on an AOT query that is referenced in the DP class - SRSReportQueryAttribute(querystr(QueryName)).

Any suggestion will be appreciated.

RE: when am opening report "Open Transaction per" is disable. Why?

$
0
0

Hi John,

Thanks for reply.

Similar report in AX path : Accounts receivable\Reports\transaction\customer\Open Transactions

RE: when am opening report "Open Transaction per" is disable. Why?

$
0
0

Hi Ghassen,

Thanks for reply

yes I checked parameter date its perfect and contract class also checked Its fine.

when am opening report "Open Transaction per" is disable. Why?

$
0
0

Hi all,

When am opening report "Open transaction per:" is disable.

but another report it is enabled.

i cleared caches.

please help.

Thanks.

RE: Multi-level BOM calculation doesn't work with Refilling warehouses

$
0
0

Hi Pasan,

I have faced similar issue in R3, check if this fix resolves the issue :)

KB 2964092Price is not getting calculated when configuring the line if refilling is set on warehouse

For R2

KB 2862415 Multilevel BOM item not exploding in Item calculation if sub BOM warehouse has refilling flag set

KB 2919614 Multilevel BOM items not exploding in item calculation if sub BOM warehouse has refilling flag set

Regards,

Girish

Viewing all 175888 articles
Browse latest View live


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