Skip to main content

Vote (0) Share
's profile image

on

Comments (0)
's profile image Profile Picture

Cem Seyyar on 13 Aug 2024 13:22:03

RE:

We need this feature.

's profile image Profile Picture

Elaine Robinson on 13 Aug 2024 13:14:24

RE:

This options needs to be further extended to allow the following:-Allow the customer balance inquiry to be viewed in the credit limit currencyAllow credit limit adjustments to be added in foreign currencyAllow the option that if the credit limit is entered in foreign currency - then when the FX rate is updated the foreign currency amount remain static and the company currency is updated to reflect the latest FX rate

's profile image Profile Picture

Jay Malik on 13 Aug 2024 11:14:13

RE:

How about captioning the word to allow maximum flexibility and context. Many customers like to have a Location dimension to denote a geographical entity. Gets’s messy then to have multiple “location” fields in page inspector and personalization. Results in silly dimension names to differentiate from the pervasive Location Code field.I have always had to advise customers that Location Code should be used in conjunction with use of Items and not for establishing a geographical context.Changing to “Warehouse” emphasizes the inventory context and frees up the word Location for more general use in Business Central. That is an improvement for creating dimensions and thus better for all types of customers.Hence upvoting this to have a better GL, but would prefer the entity to be captioned in setup.

's profile image Profile Picture

Philipp Rosenbaum on 13 Aug 2024 10:38:00

RE:

I agree. (Sub-)Folder permission are very much needed

's profile image Profile Picture

Nicolas LAMBERT on 13 Aug 2024 08:56:23

RE:

We need it, please!

's profile image Profile Picture

Jan Jaap Smit on 13 Aug 2024 08:27:10

RE:

Please replace this Idea by the following which is a Translation change instead of a global change: https://experience.dynamics.com/ideas/idea/?ideaid=11f26cef-4b59-ef11-b4ac-0022484d1652

's profile image Profile Picture

Leo Liu on 13 Aug 2024 08:25:14

RE:

Very powerful tool for mega data management, and it is effectively resolving the long-standing problem of BIM data extraction and integration.

's profile image Profile Picture

Outi Aarnilaakso on 13 Aug 2024 08:19:29

RE:

This feature is still very much needed.

's profile image Profile Picture

Oriol Villorbina on 13 Aug 2024 07:03:08

RE:

Shortcuts between Datawarehouse's would help me in the way of structuring my organization inside workspaces, as I would create different workspaces per Department, and also I would be available to create a 'General' Warehouse where I would be able to put all the common tables needed in my company as for example, the table Calendar. I would like to have it just replicated it one time in the General Datawarehouse, I don't want to have the table in 7 different workspaces as it's the same data.

's profile image Profile Picture

Stark Sarah on 13 Aug 2024 06:50:02

RE:

oh yes, big problem here as wellYou can chose Japanese counters in the visuals, but then in the visual, it's all displayed in English.My current workaround is the below, but it's exhausting to have to think of that again and again...百万円単位 = FORMAT(SUM('YourTable'[Amount]) / 1000000, "#,##0.00") & " 百万円"万円単位 = FORMAT(SUM('YourTable'[Amount]) / 10000, "#,##0.00") & " 万円"