RE: AX 2012 r3, retail, POS layout
AX 2012 r3, retail, POS layout
Hello,
I am trying to change POS layout; as I understood there are two key things to be managed:
- screen layouts
- visual profiles
I've tried to change them from default to other, predefined, as well as tried to add own picture as background - problem is that even if changes done are impacting so called 'welcome screen', are not impacting following POS screens. At the moment my POS screen looks like on picture below, and not any changes in AX (screen layouts, visual profiles, deploying POS setup using batch) are not changing this layout.
Is there maybe someone familiar with POS/Retail enough, to advice what I am missing? I would like to see (after login obviously) one of predefined screen layouts, not the one as above. If possible, would prefer answers from people who are doing such a things on daily basis, not from some who have read some docs, not tested/not worked with retail, but think that '..it should help..' :)
regards
Tomasz
ATP Delivery date control + FEFO date-controlled reservation not compatible
Hello all,
I'm facing this weird issue. I explain.
I've an item "Item A" FEFO date-controlled / batch tracked and some available batches in stock :
- BATCHA1, quantity available : 20, expiration date : 19.01.2018
- BATCHA2, quantity available : 20, expiration date : 29.01.2018
I've another item "Item B", only batch tracked without FEFO date-controlled activated on the item model group and some batches available in stock too like :
- BATCHB1, quantity available : 20, expiration date : #NA
- BATCHB2, quantity available : 20, expiration date : #NA
My Delivery date control is setup to Sales Lead time with a sales lead time of 2 days, for instance.
When I create a SO, I add the "Item A". Depending on the requested receipt date I put, the system is reserving on BATCHA1, or BATCHA2 when I go under SO Line > Inventory > Reservation.
No particular issue when I add the "Item B", the BATCHB1 is suggested.
The issue occurs when I try to use the ATP as the Delivery date control in the main setup, with a time fence of 90 days let's say.
When I create a SO, I add the "Item B", and I can see the 2 batches available, the BATCHB1 is suggested.
When I add the "Item A", it's empty under SO Line > Inventory > Reservation, (but I have some available). the system prompts a message assuming I have activated auto reservation : "Such a large quantity of this item cannot be reserved.".
When I go under SO line > Delivery > Simulate delivery dates, the first available is setup at the end of the time fence period, but I also have this error message "Unsupported datasource used for PositionToRecord or PositionToRecordByValue. Unable to execute fallback logic to find record." which I'm not sure it will resolve my situation when I see the description here : https://support.microsoft.com/en-ie/help/4034415
Have someone faced the same situation ?
Many thanks
Yohann
RE: Purchase Requisition Number Sequence Setup form
You can try this Job
static void TOC_UpdatePurchReqNumSeqPerCompany(Args _args)
{
NumberSequenceDatatype numSeqDataType;
ttsBegin;
select forUpdate numSeqDataType
where numSeqDataType.Module == 8 &&
numSeqDataType.ScopeType == 0;
if(numSeqDataType)
{
numSeqDataType.ScopeType = 1;
numSeqDataType.update();
}
ttsCommit;
info("Done");
}
Solved ?
Thank Regards,
Kakang Prabu
Purchase Requisition Number Sequence Setup form
Hello,
I was trying to find a form where i can setup the number sequence for purchase requisition.
I change the number sequence under Organisation setup--> number sequences--> filter down to purchase and purchase requisition under area and reference. But like we have the 'number sequences' in parameters section where in we can set up the number sequences for purchase orders, vendor ID etc. is there any form for PR?
f1
The PO delivery date question
Dose anybody tell me below Date of meaning
PO:delivery date
confirmed delivery data
what'different with this two data?
what will be affect which business?
D365 - call a private method in class extension
Using Chain of Command for Form Datasource and Form Controls.
Hi All,
Since the arrival of chain of command, we have the possibility to use class variables and add code to protected methods in the chain.
I am trying to make an extension class for a form, with the use of the decorater as followed for example [ExtensionOf(formStr(SalesCopying))].
And using a public final class of my newly created class for the SalesCopying form.
This gives us the possibility to use CoC on methods of the form itself, but how can I use chain of command on datasource methods or on control methods?
Since every datasource and control has its own class now in 365 , I don't know how to use the decorater for my form extension class to use CoC on underlying methods on datasource and controls.
Do you have to make an extension class for every datasource and control you want to use CoC with, if so how do you distinguish this?
Thanks in advance,
Tom
RE: The PO delivery date question
Hi, I would say the first one is the requested delivery date and the second one is the confirmed. When you're sure on the delivery date you can fill that one.
You can track the one not confirmed in Procurement and sourcing >Purchase orders > Purchase order follow-up >Purchase orders without confirmed delivery date
RE: Difference between Past workers and Inactive workers
Hello Sukrut,
Thank you for the response.
When I terminate a worker, It is appearing in both, Past workers and Inactive workers List page.
As per the above explanation, expected output would be "worker appearing only in the Past worker"
Thanks, Kaushik
Difference between Past workers and Inactive workers
Hello guys,
What is the difference between past worker and inactive worker?
When I terminate a worker, the record is seen in both list pages of Past worker and inactive worker.
Thanks, Kaushik
RE: Workflow execution issues
Dear Mehta....will you plz confirm the dates submitter and users ...infect try to make sure that dates and time is accurate...also tell me the workflows are customized or bydefault
Regards
RE: Print out two receipts for AX Retail sales transaction from POS
Hi Pranav
Thanks for your reply, but my requirment is print two copies at the end of transaction, one for customer and secound for marchant
RE: Print out two receipts for AX Retail sales transaction from POS
Tried but it is not working
Print out two receipts for AX Retail sales transaction from POS
How to Print out two receipts for AX Retail sales transaction from POS,
One is for Marchant copy and customer copy
Getting error while opening Screen layout design.
I'm using Microsoft Dynamic AX 2012 Retail, all my store running fine but suddenly while opening ->retail->Screen Layout-> Designer below error I'm getting
Method start in COM object of class tillLayoutDesigner returned code 0x800040003 which means. object reference not set to an instance of an object error while open screen designer in Microsoft Dynamic ax 2012 retail.
Above error, I'm getting in Event Viewer
Thanks in Advance
Regards
Ankur
Rollback of failed deployment - LCS
Hi,
Is it not possible to rollback a failed deployment (In LCS). Rollback button is not working.
RE: Error on deleting fixed asset after deleting transaction using SysDatabaseTransDelete class
Thanks Ludwig,
I deleted the entry from DimesionAttributeLevelValue table for the fixed asset id & deleted now.
Thanks
Asif
Error on deleting fixed asset after deleting transaction using SysDatabaseTransDelete class
Dear All,
I am trying to delete fixed asset from the fixed asset master after running the class SysDatabaseTransDelete.
Error msg "A financial dimension value is based on the FA1 record and has been used on a transaction. You cannot delete the FA1 record"
Thanks
Asif
How to setup and configure Microsoft Dynamics AX for Retail POS in a non-domain environment and also how to download set-up for Microsoft Dynamics AX.
Hi All,
How to setup and configure Microsoft Dynamics AX for Retail POS in a non-domain environment and also how to download set-up for Microsoft Dynamics AX.