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

RE: Cannot import released product variants

$
0
0

Hi Dogan,

Perhaps you've figured this out, but I found that two additional data entities must be loaded before the product master variants data entity: "Configurations" and "Product master configurations".

For example,

Hope that helps,

Bryn


Cannot import released product variants

$
0
0

Hi All,

I am able to import released products and released product masters.

The problem is when I try to publish variants for an item, system (OData) service throws an error saying "Matching record for the read-only data source 'EcoResConfiguration' does not exist."

The only entities we have regarding variants are: 

Released product creation
Released product variants
Product variants
Retail Kit Configurations

and none of them is useful because of above error. How about you? How do you import var

RE: how to Join 2 tables in form ?

$
0
0

Just i need to search by item name , so i don't need to use display method

thanks

Sale Tax calculation on Charges Code

$
0
0

Hi Experts,

Actually i am swamped in sale tax calculation on charges code but getting error "sale tax cannot be calculate"

The scenario in which i want to calculate the sale tax on charges code is sale order processing i did not attached any item sale tax group and sale tax group with sale order but want to calculate the sale tax with charges code attached with sale order. The setup of charges code is ledger accounts both in debit and credit but when i select item sale tax and sale group in charges code form error "sale tax cannot be calculated" incurred kindly help to resolve the error.

Regards

Haris Gillani

RE: How to add Hyperlink to the field in grid

RE: Ax 2012 How to capture All screens ?

RE: how to Join 2 tables in form ?

$
0
0

OK, if that is the case, you can set joinsource on EcoResProduct to InventTable, and joinmode Innerjoin. No Code required.

Inventtable is already joined to PurchLine. As simple as that.

RE: Modify Query in AOT

$
0
0

Hi Denis,

This didn't work for me.

I still get records with dates ValidTo less than today....


Modify Query in AOT

$
0
0

I created a query in AOT name Q1. I have two variable StartDate and EndDate and want to AddRange to query based on these two variable. Below is my code:

How can I implement this code in query Q1 in AOT?

Date startDate;

Date endDate

startDate=~~~~~~~~~~~~~~~~~~~

endDate=~~~~~~~~~~~~~~~~~

Q1.addRange(fieldNum(TabeleName,FieldName)).value(SysQuery::range(startDate,endDate));

Because when I click on a tab, the scroll is uploaded

$
0
0

I have a header (within a group) with stringedit that I do not want to hide, but when clicking on a tab, the scroll goes down

The form hides the header

Thanks in advance...

RE: Site specific settings DIXF entity

$
0
0

Hi Chaitanya,

I can't see anything out of the ordinary in that method. Maybe you can spot something?

This is DMFItemInventSetupEntityClass.addstaginglink

public Query addStagingLink(Query _query, TableId _entityTableId, Common _staging)

{

   #define.AllBlank('AllBlank')

   QueryBuildDataSource              qbd;

   DMFInventItemInventSetupEntity    staging = _staging;

   InventDim                         findinventDim;

   InventDimId                       dimId;

   findinventDim.InventSiteId = staging.InventSiteId;

   if (!staging.InventSiteId)

   {

       dimId = #AllBlank;

   }

   else

   {

       dimId =  Inventdim::findDim(findinventDim).inventDimId;

   }

   qbd = _query.dataSourceTable(tableNum(InventItemInventSetup));

   qbd.addRange(fieldNum(InventItemInventSetup,ItemId)).value(staging.ItemId);

   qbd.addRange(fieldNum(InventItemInventSetup,InventDimId)).value(dimId);

   return _query;

}

Site specific settings DIXF entity

$
0
0

hello,

I am trying to run the Site specific settings entity.  The load works perfectly fine. But when I look at the site settings (Item >> Plan >> Site specific settings), all the previous sites data is wiped out and replaced by data from the newest load. I want it to write below the existing lines, not replace. What is it that I am doing wrong? Is it Default values or Dim ID that I might need to add?

RE: how to Join 2 tables in form ?

$
0
0

i'll test it tonight , and give you the result
Thank you

Workflow submit button error in submittoworkflowmenueitem

$
0
0

Hi All

while submitting custom workflow button  that are initiated from workflow template submittoworkflowmenueitem  I'm not getting record information :

public static void main(Args args)
{
Workflow Workflow;
PYLEmplLeaveDetailsTable  emplLeaveDetailsTable;
;

emplLeaveDetailsTable = args.record(); <<<<<<<<<<<<< ERROR executing code : Wrong argument types in variable assignment .

An idea why I'm unable to retrieve linked table after submitting my workflow ?

RE: debugger issue in Dynamics 365

$
0
0

Hi Ievgen,

I couldn't locate the add-in you mentioned in the visual studio, attached screenshot.

Also, loading symbol from current solution is unchecked.

I do see w3wp.exe service sometimes in the list, so not sure if as you said it's no longer available after last update, then how come it appears intermittently. But the bigger question is why won't the symbols load.

Now I am thinking is this something to do with internet explorer, should I shift to Chrome for debugging. I will give that a try.


debugger issue in Dynamics 365

$
0
0

Hi Guys,

I am facing this weird issue with the debugger in D365. Let me know if someone has encountered similar thing or got any useful resolution tips.

Firstly, I don't understand the difference between w3wp.exe and iisexpress.exe which appears when you go to attach a process in visual studio. sometimes one appears in the list sometimes the other and both serves the same purpose. can someone tell what's the logic behind?

Secondly, the main issue, after attaching to the process, it doesn't enable the breakpoint often. Sometimes the issue gets resolved after loading the symbols manually / recompiling / iisreset, but sometimes it just doesn't enable no matter what I do. after a few hours or next day without any compilation I try the same steps, it starts working which leaves me in frustration.

Anyone who can suggest a resolution to this can claim a million dollar.

RE: Customer settlement voucher posting to stop

$
0
0

No. I don't think that you can avoid those postings if you change the financial dimension values and just have to live with it.

Copying multiple POs in one

$
0
0

How can I copy multiple different Purchase Orders from the same vendor in one? 

Patching SharePoint 2013 with Dynamics AX

$
0
0

I'm having a hard time finding any information about any special requirements that should be considered when upgrading a SharePoint 2013 system that is being used by Dynamics AX. Can anyone point me in the right direction?

RE: how to Join 2 tables in form ?

$
0
0

Hi Ismail,

If you are trying to add item name within the form, simply drag "name" field from PurchLine DS to form Design/PurchLine grid and it should display all necessary item names.

Kind Regards,

V

Viewing all 175888 articles
Browse latest View live


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