Forum Replies Created

  • Saurav Dhyani (MVP)

    Member
    December 24, 2024 at 2:42 pm in reply to: API V25 Insert Sales Header / Sales Line issue (API V 2.0)
    Up
    0
    Down
    ::

    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)

    Member
    October 23, 2024 at 10:15 am in reply to: How to change a report thats run?
    Up
    0
    Down
    ::

    Hi Elizabeth,

    There is a simple code that can be added for report Substitution. Microsoft have provided events / subscribers to substitute report. It can be easily done to change report via code.

  • Up
    1
    Down
    ::

    Laurie,

    Workflow user group was there in NAV and still works in same way till latest version of business central.

  • Saurav Dhyani (MVP)

    Member
    May 7, 2024 at 1:02 pm in reply to: Items with no transactions since a given date
    Up
    0
    Down
    ::

    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

  • Saurav Dhyani (MVP)

    Member
    November 5, 2023 at 4:45 am in reply to: FlowField text size in relation to reference field
    Up
    0
    Down
    ::

    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)

    Member
    March 23, 2023 at 2:21 pm in reply to: Nav2018 upgrade to BC – Links to files coming across
    Up
    0
    Down
    ::

    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.

  • Up
    0
    Down
    ::

    There are two areas for which we have done customization in NAV era.

    1. To skip items who had error during adjust cost.

    2. To break Adjust Cost Process into batches with multiple items into it.

Welcome to our new site!

Here you will find a wealth of information created for people  that are on a mission to redefine business models with cloud techinologies, AI, automation, low code / no code applications, data, security & more to compete in the Acceleration Economy!