Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AX Retail POS Login Customization

I want to make a customization into AX POS retail login module. instead of typing operator id and password, can i read externally and pass to POS with operator id and password?

Regards, Rassal

like image 816
Rassal KP Avatar asked Apr 13 '16 13:04

Rassal KP


People also ask

What information is available on home screen when you log on to the POS system?

POS shows the screen layout that is currently loaded, the layout size, and the resolution of the app window.

How do I extend my POS?

To include an extension as part of the POS, add the name of the extension folder, and comment out the extension in the exclude list, as shown here. "exclude": [ "SampleExtensions" //"SampleExtensions2", //"SearchExtension" ], Compile and rebuild the project.

What is POSuser?

When you configure a database by using the Store Database Utility, a local Windows user group that is named POSUsers is created. The POS user group inherits the rights and permissions of the Standard user group on the computer. Typically, these rights and permissions are sufficient and do not have to be modified.

What is AOT in Ax & d365fo?

In Microsoft Dynamics AX, the Application Object Tree (AOT) contains all of the definitions of elements that are used to build Microsoft Dynamics AX, such as classes, tables, forms, and so on.


1 Answers

You can use logon extensibility to manage it. But it will depend on which version you are (Retail POS for AX 2012 FP, R2, R3, Modern POS).

For example, in AX 2012 R2, this is what you can find for Logon extensibility:

Magnetic stripe reader (MSR) logon and bar code logon have been enhanced, and now support an optional PIN. Support has been added for additional logon devices, such as biometric devices and custom peripheral devices. Partners can now also customize the logon screen. See ILogOn, IBiometricDevice, and ILogOnDevice.

like image 55
Geoffrey DELMEE Avatar answered Oct 07 '22 20:10

Geoffrey DELMEE