AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX Blogs
All
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 11.07.2024, 16:12   #1  
Blog bot is offline
Blog bot
Участник
 
25,538 / 848 (80) +++++++
Регистрация: 28.10.2006
dynamicsaxinsight: D365: Get financial dimension value description in X++
Источник: https://dynamicsaxinsight.com/2024/0...iption-in-xpp/
==============

Purpose:

Demonstrate how can we get the financial dimension value description in X++.

Application:

Dynamics 365 for Finance and Operations

Business requirement:

Business requirement is to get and display the financial dimension value description in an inquiry screen.

Solution:

We can use the code below to get the financial dimension value description.

Code

internal final class ATLAS_LedgerDimensionHelper{ /// /// Gets dimension value description. /// /// /// Atlas Dynamics Pty Ltd. /// public static Name getDimensionAttributeValueDesc(Name _dimAttrName, DimensionDisplayValue _dimAttrValue) { DimensionAttribute dimAttribute; DimensionAttributeValue dimAttributeValue; dimAttribute = DimensionAttribute::findByName(_dimAttrName); dimAttributeValue = DimensionAttributeValue::findByDimensionAttributeAndValue(dimAttribute, _dimAttrValue); return dimAttributeValue.getName(); }}


Источник: https://dynamicsaxinsight.com/2024/0...iption-in-xpp/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
dynamicsaxinsight: D365FO: Get dimension display value in X++ Blog bot DAX Blogs 0 29.02.2024 10:13
patrickmouwen: How to Unlock Many Hidden D365 Retail Features! Blog bot DAX Blogs 0 13.05.2020 22:13
stoneridgesoftware: Create Custom Dialog on Form with Customer Lookup for a Specific Financial Dimension in D365 FinOps Blog bot DAX Blogs 0 11.04.2019 20:12
alirazazaidi: Custom financial Dimension shows in lookup D365 for Finance and operations Blog bot DAX Blogs 0 14.09.2017 13:11
Khue Trinh: Setting up a link between a financial dimension and the site inventory dimension Blog bot DAX Blogs 0 27.09.2010 13:05

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 17:34.
Powered by vBulletin® v3.8.5. Перевод: zCarot
Контактная информация, Реклама.