Skip to content

Commit

Permalink
Update objects no.
Browse files Browse the repository at this point in the history
  • Loading branch information
picazin committed Jul 31, 2020
1 parent 0889b2f commit 3de4843
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"platform": "16.0.0.0",
"idRanges": [
{
"from": 50100,
"to": 50149
"from": 83255,
"to": 83259
}
],
"features": ["TranslationFile"],
Expand Down
2 changes: 1 addition & 1 deletion src/codeunit/WHAWhatsAppManagement.Codeunit.al
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
codeunit 50100 "WHA WhatsApp Management"
codeunit 83255 "WHA WhatsApp Management"
{
internal procedure SendMessage(PhoneNo: Text[30]; CountryCode: Code[10]; Message: BigText)
var
Expand Down
5 changes: 3 additions & 2 deletions src/page/WHAWhatsAppMessage.Page.al
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
page 50100 "WHA WhatsApp Message"
page 83255 "WHA WhatsApp Message"
{
PageType = Card;
Caption = 'Whatsapp Messages';
Expand All @@ -19,7 +19,8 @@ page 50100 "WHA WhatsApp Message"
ApplicationArea = All;
trigger OnValidate()
begin
InitData();
if PhoneType = PhoneType::" " then
InitData();
end;
}
field(SourceNo; SourceNo)
Expand Down
2 changes: 1 addition & 1 deletion src/pageextension/WHAPhoneNoDial.PageExt.al
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pageextension 50100 "WHA Phone No. Dial" extends "Countries/Regions"
pageextension 83255 "WHA Phone No. Dial" extends "Countries/Regions"
{
layout
{
Expand Down
4 changes: 2 additions & 2 deletions src/tableextension/WHAPhoneNoDial.TableExt.al
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
tableextension 50100 "WHA Phone No. Dial" extends "Country/Region"
tableextension 83255 "WHA Phone No. Dial" extends "Country/Region"
{
fields
{
field(50100; "WHA Dial"; Code[10])
field(83255; "WHA Dial"; Code[10])
{
Caption = 'Dial';
DataClassification = SystemMetadata;
Expand Down

0 comments on commit 3de4843

Please sign in to comment.