Hi Guys, I share how to Get Workflow Information AX using X++ :
Get workflow information using x++ :
Display str ApproveDate()
{
WorkflowTrackingStatusTable workflowTrackingStatus;
WorkflowTrackingTable workflowTrackingTable;
WorkflowTrackingCommentTable workflowTrackingCommentTable;
UserInfo userInfo;
Name ...
Featured Post 1 with Small Thumbnail
Featured Post 2 with Small Thumbnail
Featured Post 3 with Small Thumbnail
Featured Post 4 with Small Thumbnail

Dynamics 365
Dynamics 365...More

Dynamics AX 2012
Dynamics 2012...More

Title Featured Post 3
Etiam augue pede, molestie eget, rhoncus at, convallis ut, eros...More

Title Featured Post 4
Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam...More
Thursday, April 19, 2018
Wednesday, April 18, 2018
Rename Product Name in EcoresProductTranslation AX 2012
Hai guys, I want to share how to Rename Product Name in EcoresProductTranslation Table AX 2012 :
If you have problem, please email to me : adityomagnet@gmail.com
Thanks in advan...
throw error in x++
throw error in x++ :
public void
closeOk()
{
List ordersToUpdate = new
List(typeName2Type(extendedTypeStr(RecId)));
FormRun callerForm =
element.args().caller();
MultiSelectionHelper selection =
MultiSelectionHelper::createFromCaller(element.args().caller());
SalesTable salesTable = selection.getFirst();
...
create Purchase Requisitions using x++
create Purchase Requisitions using x++ :
void clicked()
{
PurchReqTable purchReqTable;
PurchReqApprovalEventHandler PurchReqApprovalEventHandler;
PurchReqLine purchReqLine;
// Get Procurement Category
InventTable _inventTable;
EcoResProduct ...
Convert time to GMT using x++ :
Convert time to GMT using x++ :
DateTimeUtil::date(DateTimeUtil::removeTimeZoneOffset(PurchTable.createdDateTime, TimeZone::GMTPLUS0700_BANGKOK_HANOI_JAKARTA)...
Display item name product from product number using x++
Display item name product from product number using x++ :
display SalesLineShowItemName itemnameproduct()
{
return EcoResProductTranslation::findByProductLanguage(this.inventTable().Product,"en-us").Name;...
Monday, April 16, 2018
X++ code for check license Microsoft Dynamics AX 2012 R3
Hi Everybody,
I want to share X++ code for check license Microsoft Dynamics AX 2012 R3 :
static void ABUCheckLisense(Args _args)
{
SysSecRoleEntryPointsTmp srepTbl;
SysUserLicenseMetadataTmp slsaTmp;
SecurityRole securityRole;
CommaTextIo commaTextIo;
FileIOPermission permission;
MenuFunction ...
Subscribe to:
Posts (Atom)
A financial dimension value is based on the record and has been used on a transaction. You cannot delete the record
SOLUTION delete in table DimensionAttributeLevelValue base on Bank Account : and Delete the Bank Account FINISH