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

Project categories are not displayed in Work breakdown structure

$
0
0

Hi,

I have the project category enabled (Active in journals = Yes). When I open WBS form , The list of category shows blank. What Am i missing?

Thanks

Sam


RE: Modify Query in AOT

$
0
0

You can ignore my reply.  I think I got it working, thanks :)

RE: how to Join 2 tables in form ?

$
0
0

Can you explain why form look changed after add name field ?

New look

Old

RE: how to Join 2 tables in form ?

$
0
0

Hi Ismail,

open properties on StringEdit:Purchline_Name and change its height to 15 it will shrink it down back to normal.

Kind Regards,

v

RE: AX2012 R3 CU13 Analysis service component installation for default cube deployment

$
0
0

Some of the standard Role centers use data from the cubes. Some standard reports use data from the cubes (Top Vendors by YTD purchases, I think is one).

Or Excel can read data from Analysis Services. And I think Power BI can read from on-premise multidimensional SSAS if you go through some extra steps.

AX2012 R3 CU13 Analysis service component installation for default cube deployment

$
0
0

Hello,

i'm trying to install Analysis service component. I want to deploy the default cubes.

I installed the component, i got the message as successfully installed.

but when i goto Analysis server under system administration , there are not server or database.

so when i try to install i get analysis server not present issue.

Any suggestions are welcome, f1

RE: How to validate field on form

$
0
0

And what's the problem? You said you don't know how to compare values, but you already have it in your code. But you don't return false if the validation fails, as I mentioned above.

By the way, you should split your code to several smaller methods. Doing many unrelated things at one place is hard to test, as you can see... It's also important for readability, extensibility and so on.

RE: Project categories are not displayed in Work breakdown structure

$
0
0

Hello Sam,

Can you share additional details of the categories that you setup especially their linkage to the transaction type and what you selected in the WBS so that nothing can be identified.

Many thanks and best regards,

Ludwig


RE: Error comes up while posting a payment journal

$
0
0

Hi Krishnaji,

That's German :-)  and says that you should check your AR parameters and ensure that your posting profile is setup there. Would be great if you can double check your setup.

Best

Hierarchical Grid in Dynamics AX 365/ Lookup on Hierarchical grid AX 365 Finance and operations

$
0
0

Hi All,

I have a form ProjWorkBreakDownStructure which i need too customize in AX 365. In my analysis i found that it was created using Hierarchical grid, i found the classes and added fields in the grid. 

The problem is the fields which i added are not linked to the Table, and i am facing difficulty in adding look up to some fields.

Can someone please guide me, how to bind my new fields to AX table and how to show lookup in my new fields(Fields added are Asset ID, Asset Group, Customer account).

Thanks N Regards,

Rakesh Kumar Damasani

RE: Update SystemSequence Table .

$
0
0

Hi,

Note that D365 uses SQL Server sequences for defaulting RecId values, for example:

ALTER TABLE [dbo].[ASSETTABLE] ADD  DEFAULT (NEXT VALUE FOR [SEQ_832]) FOR [RECID]


Update SystemSequence Table .

$
0
0

Hi everyone,

   Error:   Cannot create a record in History of Allocated Numbers (CustomTableName). Customer account: 12345, 12345678. The record already exists.

when i insert the record into customtable the above error is showing because recid already exist which is same as the next value to be generated by system sequence table,so i updated the system sequence table nextvalue and gave full database sync but it still showing error . Please advice me if any other reason exist. 

here is my update query:

DECLARE @MaxRecID BIGINT
DECLARE @NextVal BIGINT

SELECT @MaxRecID = MAX(RECID)
FROM CustomTableName

SELECT @NextVal = NEXTVAL
FROM SYSTEMSEQUENCES
INNER JOIN SQLDICTIONARY
ON SQLDICTIONARY.FIELDID = 0
AND SQLDICTIONARY.name = 'CustomTableName'
AND SQLDICTIONARY.TABLEID = SYSTEMSEQUENCES.TABID

IF (@NextVal > @MaxRecID)
BEGIN
PRINT 'CustomTableNamedid not need to be updated.'
END
ELSE
BEGIN
PRINT 'Updated CustomTableName from ' + CONVERT(VARCHAR(MAX), @NextVal) + '' to '' + CONVERT(VARCHAR(MAX), @MaxRecID + 1)

UPDATE SYSTEMSEQUENCES
SET NEXTVAL = @MaxRecID + 1
FROM SYSTEMSEQUENCES
INNER JOIN SQLDICTIONARY
ON SQLDICTIONARY.FIELDID = 0
AND SQLDICTIONARY.name = 'CustomTableName'
AND SQLDICTIONARY.TABLEID = SYSTEMSEQUENCES.TABID
END

RE: Project categories are not displayed in Work breakdown structure

$
0
0

Thanks Ludwig for the quick reply! It turned to be that the root cause is the form 'Project/category validation groups', where categories have to be assigned to a different projects. Is this a mandatory setup? Is there anything in the Project parameters to trigger it as a required step?

RE: Hierarchical Grid in Dynamics AX 365/ Lookup on Hierarchical grid AX 365 Finance and operations

$
0
0

Hi.

I’m not sure if this is possible and/or a good idea. Just as hint, based on the roadmap for Dynamics 365 this form / grid will be changed. Please check roadmap.dynamics.com

Here you will find

“Enable extensibility of the work breakdown structure grid

This feature will deprecate the current hierarchal grid used for the work breakdown structure and replace it with a standard grid that is enhanced to support hierarchical data. This change will provide support so that customers and partners can customize the work breakdown structure using extensions to better support their organizational requirements.”

So in near future your changes are maybe useless?!

Best regards

Christoph

RE: Project categories are not displayed in Work breakdown structure

$
0
0

Hello Sam,

The validation groups are optional.

I have not seen many people using project-category validations but project-employee validations to avoid that the wrong people post on projects where you do not want them to post transactions.

In the project parameters you can define whether those validations are enforced or whether they are optional.

Best regards,

Ludwig


how to create a New Label in D3FO

$
0
0

Dear All,

Can you please let me know how to create a New  Label in D3FO?

and where exactly all label files are getting stored.

Please give me more shed on this.

Thanks!

RE: how to create a New Label in D3FO

RE: how to create a New Label in D3FO

IIS restart in D3FO

$
0
0

Dear all,

can you please let me know how to restart IIS ?

It's through only run command = inetmgr

Or there is any alternative way.

When IIS will restart then what will happened in Application level ?

Please give me more shed on this.

Thanks!

RE: Copying multiple POs in one

$
0
0

Hi Daria,

There is no feature to merge multiple orders to one. If you have planned orders form master planning, you can group them per vendor. Possibly you can copy existing orders/order lines, but it will not delete existing orders.

Viewing all 175888 articles
Browse latest View live


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