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

Async Client service does not start automatically

$
0
0

Async Client service does not start automatically in the store (Windows 10) even when it set to start automatically.

I have to start it manually.

 Could please assist me what I need to do ?

Our version : AX 2012 R3 .

Thanks, 


Account Payable Invoice posting automation

$
0
0

Account Payable Invoice posting automation

Account Payable > Journal > invoice Journal > select journal > post > batch processing

Goto batch > find batch job > select task > click parameter below blank screen shows

 

 

General ledger > General Journal > select journal > post > batch processing

Goto batch > find batch job > select task > click parameter below screen shows

 

I want to have same behavior; I want to have same parameter screen on AP invoice so I can filter the records.

During debug I found

Form > LedgerJournalParmPost >> parmIsMultiSelectPostEnabled >> isMultiSelectPostEnabled if false then does not shows the filter or query. I am not sure how set “isMultiSelectPostEnabled” so I can filter AP invoice posting

Is there any work flow , or setting I have to set ?

Thank you,

The view query has been overridden because of a conflict.

$
0
0

Hello,

After I saved my personnal view of "All purchase requisitions" form, every time I open the list of the purchase requisitions an error message displayed : 

I tried to personnalize the view in other forms and it works well, Only for purchase requisitions form, I've faced this issue,

Could you please help me with this?

Thank you in advance,

WinAPI::fileExists(tmpFile))//FILE not found error in batch

$
0
0

I have below code and dont ask why in batch the Bindata.loadfile has a file not found error

Yes i did full compile full CILL restart aos service.

code is running client site without any issues (AX 2012R3 latest binaries)

private container saveToLog(str _jsonstring)
{
  TextIo textIo;
  BinData binData = new BinData();

  FileIOPermission permission;
  str tmpFile;
  if(isRunningOnServer())
  {
    info('server');
    tmpFile = WinAPIServer::getTempPath()+guid2str(newGuid())+ '.json';
  }
  else
  { 
    info('client');
    tmpFile = WinAPI::getTempPath()+guid2str(newGuid())+ '.json';
  }

  permission = new FileIOPermission(tmpFile, 'RW');
  permission.assert();

  textIo = new TextIo(tmpFile,"W");
  textIo.write(_jsonstring);

  textIo = null;
  if(isRunningOnServer())
  {
    if(WinAPIServer::fileExists(tmpFile))
    {
      info('found');
    }

  else
  {
    info('not found');
  }
}
else
{
  if(WinAPI::fileExists(tmpFile))
   {
      info('found');
  }
  else
  {
       info('not found');
  }
}
if( binData.loadFile(tmpFile))//FILE not found error in batch
{
  return binData.getData();
}
if(isRunningOnServer())
{
   WinAPIServer::deleteFile(tmpFile);
}
else
{
   WinAPI::deleteFile(tmpFile);
}
return conNull();
}

Reporting as finished a work order - no cost posting

$
0
0

Would anyone have any idea why, when 'reporting as finished' a work order, the costs are not posting out of WIP to the Finished Goods account?

As you can see from the below screen shot, most of the time, RAF creates a financial posting, but occasionally it doesn't - even though there are costs in the work order, and when ended, costs post as expected.  Posting parameters and set up isn't being changed in between these postings, so not sure if there is a 'tick' box within the work order that may be changing to cause this, or if anyone has any idea?

Thanks

KT

How do I cancel posted Pro Forma Product Receipt

$
0
0

Hi All,
I have a question 
If I done posting from this Pro forma product receipt.
But lastly, I found someone has over receive quantity of the item.
Is there a way to reverse or cancel?  

(Do walk me through the steps. If can. I will really appreciate.)

Management Reporter - report for all the entities

$
0
0

Hello everyone!

Could you please advise me, if this is possible to configure below report in Management reporter? I would like to have in one report all the Accounting data per Month per Cost centre for all the entities in AX 2012.

Columns like below:

Entity | Cost Centre | Main Account | Year | Month | Amount in Accounting currency (Closing balance)

Standard hyperlink (ItemId/BomItemId) not working on SSRS ProdPickList

$
0
0

Hi

I am having some issues with SSRS ProdPickList. The hyperlink are not responding. It looks like there are nothing wrong with the design, but i guess the problem must lie another place. 

Does anyone know where to look?

I have looked on the actions, but it  is empty. I have looked at another application where it works but it looks the same. But on the other application the hyperlink does work without any actions attached.


Lookup field on DocuView form, form goes blank after lookup

$
0
0

I have added a new string field to the DocuView form with a lookup (as below). When I open the form I see all the existing data on the form. When I do the lookup it works as expected, however when the lookup returns the DocuView form is wiped of all data. When I exit and return into the DocuView I see the selection made on the lookup. I know I need to do something to "capture" and then return the DocuView but not sure what that is or how to accomplish it. Thanks for any help.


public void lookup()
{
sysTableLookup sysTableLookup;
Query Artquery = new Query();
QueryBuildDataSource qbds;
FormRun callerForm;


//super();
callerForm = element.args().caller();

// Instantiate sysTableLookup object using table which will provide the visible fields
sysTableLookup = SysTableLookup::newParameters(tableNum(ArtCustomerAdvocateV1), this);


// Create the query.
qbds= Artquery.addDataSource(tableNum(ArtCustomerAdvocateV1));

sysTableLookup.parmQuery(Artquery);

// Specify the fields to show in the form.
sysTableLookup.addLookupfield(fieldNum(ArtCustomerAdvocateV1, Name));

// Perform the lookup
sysTableLookup.performFormLookup();

}

Workflow in Ax2012

$
0
0
Need assistance with PR workflow IN AX2012

Can you help confirm/modify the current workflow to do the following.

  1. send approvals to immediate supervisors(more then 5000)
  2. escalate after 2 hours(without rejection possible)?
  3. send notification to requester when no approval was ever received. Is this possible?

I have a calendar All ready configure but not able to select in Workflow. when i am trying to set the escalate the path. Calendar is mandatory?

 

Calander not able to configure in Ax 2012 Workflow.

$
0
0

Hello all

I have configured calendar in Ax 2012.

I create the new workflow and try to escalate the workflow within 2 hour after not any action taken.

but when i am trying to configure i could not able to select any calander.

if i select Non-calander then by default it allows me only 3 days.

I am trying to set below mentioned requirement.

  1. send approvals to immediate supervisors
  2. escalate after 2 hours
  3. send notification to requester when no approval was ever received. Is this possible?

Any help would be grate,

Calender token not retrive any calendar In Ax2012.

$
0
0

Hello All,

I am not able to find out any Calender token in workflow place so i could not able to select any Calender.

Item Reference (type, number, lot)

$
0
0

the article reference is created automatically when creating the purchase order, but in this purchase order I don't know why it wasn't created, do you know why?

How do I prevent the automatic creation of new line on prodbom on creation of subcontracting PO? D365 F&O

$
0
0

I want to prevent creation of prodbom line on creation of  sub contracting PO, Instead of creating new line it should update the existing line with PO information.

Project Category validation in Project Budget

$
0
0

I am on a sandbox D365 Application Instance reviewing the previously implemented Project Management and Accounting module.

I see there is a Mandatory validation enforced for Project Category field in the Budget Line creation process for both Costs and Revenues.

Is there a way we can remove this validation for Project Category field?

I tried through Field Personalize option but i did not see Required option checked. Mandatory field enforcement might be coming from a customization which i am not sure about.

Need help on what are possible ways this Mandatory field rule is implemented in D365 so i can figure out and remove that validation at the place it's being enforced.


Post journal movement via batch job but status not change?

$
0
0

Hello all,

Anyone having the same problem as me? , I post journal movement (inventory management -> journal entries -> items -> movement) via batch job and then status is ended but JN movement not change status posted

This is batch job page.

This is movement page.

What do I do next? I'm not sure, did I do something wrong?

please guide me.

Thank you very much.

Resource Allocation To Project is not working

$
0
0

Hi All,

We are facing below issue .

Earlier we use to align resources to projects using this below path:

IND/Project management and accounting/Common/Project resources/Resources/Soft Book

Image

We use to select the resources and then Soft Book on the required project.

But from past some days when we are trying to align a resource to project the form keeps  buffering,after sometime form gets closed but the resource is not getting aligned to the project. Also we are not getting any error message/screen.

Please suggest how can we can 

Thanks in advance!

debuger ax 2012 not running on windows server

$
0
0

Hi,

everyone, i have an issue regarding when i am open a debugger ax 2012 on my computer,it showing 

- i have ad my user on the group administrator debuger 

-i am using windows server 2012

when iam trying debug by job in ax 2012 showing message "The Debugger for Microsoft Dynamics was not found. Install the Debugger."

actually, i have install debugger on my pc..

anyone can help ?

Multiple approvers in workflow

$
0
0

I would like to get my workflow to send out approvals in serial mode to two approvers when the requisition is more than $xx (i.e.$5000). Can you help with that?

  1. send approvals to immediate supervisors
  2. escalate after 2 hours
  3. send notification to requester when no approval was ever received. Is this possible?

 Please help me to modify the current WF. Any help would be appreciate.

Unable to deploying ssrs reports

$
0
0

Hi all,

I've an issue when trying to deploy reports from visual studio. 

I get this message: 

Retrieving the SSRS Server IP Address failed with the following exception: Value cannot be null.

and Deploying reports through PowerShell is working.

Any Idea why Visual studio is complaining about the server IP.

Viewing all 73760 articles
Browse latest View live


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