Hi All
I've created a small extension by adding a field to the Item Table for which I've created the table extension and page extension.
Can someone tell me the further steps to compile and run the extension.
*This post is locked for comments
Hi All
I've created a small extension by adding a field to the Item Table for which I've created the table extension and page extension.
Can someone tell me the further steps to compile and run the extension.
*This post is locked for comments
hi ,
Follow the steps
1.Create new files for your solution
2.Get assistance with creating the appropriate configuration and setting files
3.Use code snippets that provide templates for coding application objects
4.Get compiler validation while coding
5.Press F5 to publish your changes and see your code running
if your original problem is solved the close the post and create new post.
field(39;Blocked;Option)
{
CaptionML=ENU='Blocked';
OptionCaptionML=ENU='" ",Ship,Invoice,All';
OptionString=" ",Ship,Invoice,All;
}
Ok. How do we define Option string in visual studios for a field.
packagecachepath is
The path to the folder where referenced symbol package files are located. The path could either be absolute or relative to the current extension working directory, for example: "../../resources"
if you are using preview server then check folder
C:\DEMO\New Developer Experience\Resources for files
I'm attaching the app.json file
can you show app.json file?
I'm getting an error AL10166 :No source file specified
Error: Package cannot be created.
I'm attaching my code
Follow the series of blog posts to know more details
mohana-dynamicsnav.blogspot.in/.../developing-extensions-using-new-visual_17.html
If package is built and published it must have created those files, have you checked the folder using explorer instead of VS ? if not try search for the files and see if you can find them.
I've checked the tutorial, according to it Ctl+shift+B builds the file and creates app.json and F5 cretes the launch.json file.
I've followed these commands , I get a message Package is creates and suces on the package is published but I don't seem to find these files app.json and launch.json in my folder.
Can you help me with this also the .navx file cannot be found
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156