What/Who is OpenAI?
OpenAI was founded in 2015 by a group of leading researchers and tech industry figures, including Elon Musk and Sam Altman. The organization's mission is to develop and promote friendly AI that will benefit humanity as a whole. To achieve this goal, OpenAI conducts cutting-edge research in areas such as machine learning, natural language processing, and computer vision.
How does it work?
Login or register on openai.com and start a new thread:
![](https://static.wixstatic.com/media/96eaf6_b84b454feac4458f999d995b5dab0531~mv2.png/v1/fill/w_980,h_504,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/96eaf6_b84b454feac4458f999d995b5dab0531~mv2.png)
Ask anything you want:
![](https://static.wixstatic.com/media/96eaf6_45cd96c3592241419574d88f788fdb25~mv2.png/v1/fill/w_980,h_514,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/96eaf6_45cd96c3592241419574d88f788fdb25~mv2.png)
Nice :)!
So lets go for the next one:
![](https://static.wixstatic.com/media/96eaf6_5596ab7ca5cf4281bbfdec74e74c973a~mv2.png/v1/fill/w_980,h_509,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/96eaf6_5596ab7ca5cf4281bbfdec74e74c973a~mv2.png)
Pretty cool! And what about some specific requirements?
![](https://static.wixstatic.com/media/96eaf6_8de59d73c73f489894614c9731738aa2~mv2.png/v1/fill/w_980,h_505,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/96eaf6_8de59d73c73f489894614c9731738aa2~mv2.png)
And now AL code:
![](https://static.wixstatic.com/media/96eaf6_86d64f9169e040b9989b108f689d800c~mv2.png/v1/fill/w_980,h_517,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/96eaf6_86d64f9169e040b9989b108f689d800c~mv2.png)
Wow, not bad or? Ok you need to adjust some properties but overall it's pretty cool:
table 50100 "Gift Card"
{
DataClassification = CustomerContent;
fields
{
field(1; "Gift Card ID"; Code[20])
{
DataClassification = CustomerContent;
}
field(2; "Card Number"; Code[20])
{
DataClassification = CustomerContent;
}
field(3; "Expiration Date"; Date)
{
DataClassification = CustomerContent;
}
field(4; "Card Value"; Decimal)
{
DataClassification = CustomerContent;
}
field(5; "Customer ID"; Code[20])
{
DataClassification = CustomerContent;
}
}
keys
{
key(PK; "Gift Card ID")
{
Clustered = true;
}
}
}
page 50100 "Gift Card Details"
{
layout
{
area(Content)
{
group("Card Information")
{
field("Card Number"; "Card Number")
{
}
field("Expiration Date"; "Expiration Date")
{
}
field("Card Value"; "Card Value")
{
}
field("Customer"; "Customer ID")
{
}
}
}
}
}
![](https://static.wixstatic.com/media/96eaf6_51e213f95752414e894e0e3dbbfd12e8~mv2.gif/v1/fill/w_980,h_506,al_c,usm_0.66_1.00_0.01,pstr/96eaf6_51e213f95752414e894e0e3dbbfd12e8~mv2.gif)
Comments