Skip to content

Get Client Type in AL

If you want to know, if a user accessing BC from a device, desktop, or API, you can use the Client Type.

Let’s say for an example, you want to limit user modifying from from tablet or phone, you can use CurrentClientType method.

field(12; "Item No."; Code[50])
{
    Caption = 'Item No.';
    DataClassification = CustomerContent;
    trigger OnValidate()
    begin
      if...

Continue Reading thatnavguy’s Article on their blog

Private Site

This site is currently private. Log in to WordPress.com to request access.

Blog Syndicated with thatnavguy’s Permission

Leave a Reply