

Saurav Dhyani (MVP)
Forum Replies Created
-
Saurav Dhyani (MVP)
MemberDecember 24, 2024 at 2:42 pm in reply to: API V25 Insert Sales Header / Sales Line issue (API V 2.0)::Hi Jeff,
If you have copied the standard API pages and added custom fields then you can use $expand and Deep Insert to insert header and line together.
If you want to insert lines separately then you should use $systemid to point to the header record.
For details, please refer to this YouTube video – https://youtu.be/ecIxnz-yaJg?si=UlLM5sNPGeYzkLiK
-
Saurav Dhyani (MVP)
MemberOctober 23, 2024 at 10:15 am in reply to: How to change a report thats run? -
Saurav Dhyani (MVP)
MemberJune 26, 2024 at 10:02 pm in reply to: On Prem Business Central v19.3 Approval workflow group approvers -
Saurav Dhyani (MVP)
MemberMay 7, 2024 at 1:02 pm in reply to: Items with no transactions since a given date::As Lewis said you can create a report with Item and Item Ledger Entries to identify items.
or You can do a small mod –
1. Create a new flowfield in Item (Ledger Exist).
2. The Flowfield should also utilize date filter to filter data in Item ledger entries.
3. Add that flowfield in List page.
4. Set Limit Total Filter to Date Filter Flowfilter.
5. Filter list with new Boolean as false.
Regards,
Saurav Dhyani
https://bit.ly/SubscribeSauravYouTube
bit.ly
Hello & Welcome To Our You Tube Channel. Thank you for Visiting us. We hope you like the content published on the You Tube Channel. You can read Our Views about Microsoft Dynamics NAV on - Blog & Follow us … Continue reading
-
Saurav Dhyani (MVP)
MemberNovember 5, 2023 at 4:45 am in reply to: FlowField text size in relation to reference field::Hi Jonathan,
You can get a list of flowfields with length –
Using Fields Page 6218, you can filter – Class = Flow field and Enabled = True.
With this information and then using prism will make it easier to find where you need to update the field length.
<font color=”rgba(0, 0, 0, 0)” face=”inherit”>** You will have to add fields (Class, Length, </font>Fieldname<font color=”rgba(0, 0, 0, 0)” face=”inherit”>, TableName) in page 6218.</font>
-
Saurav Dhyani (MVP)
MemberMarch 23, 2023 at 2:21 pm in reply to: Nav2018 upgrade to BC – Links to files coming across::Hi,
It’s possible. We have done it for all our upgrade projects.
In Summary steps are –
1. Copy and upload all your files to a online file sharing services like – SharePoint (as steven mentioned), OneDrive, AWS, Azure file Share, Azure blob storage.
2. Update data in Record Link with local URL to the target files. [A script is possible to update all record links]
3. For New Links, that will be created after the upgrade – you can either have a AppSource app / Per Tenant Extensions to upload file to your selected online file storage solution.
API Integration with business central, make it possible to integrate external systems.
-
Saurav Dhyani (MVP)
MemberJune 26, 2024 at 10:01 pm in reply to: Introducing: Inventory Cost Adjustment Tool in Business Central.