Skip to content

Instantly share code, notes, and snippets.

View vody's full-sized avatar
🙏
for Ukraine

Vlad Leonov vody

🙏
for Ukraine
View GitHub Profile
@vody
vody / CustomerCard.PageExt.al
Created June 3, 2021 22:27
autocomplete-ui-al
pageextension 50000 CustomerCard extends "Customer Card"
{
layout
{
addafter("No.")
{
field(Control50000; Name)
{
ApplicationArea = All;
Caption = 'Name';
@vody
vody / designer.html
Created April 7, 2015 16:43
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;