Git Product home page Git Product logo

record-deletion-tool's People

Contributors

wbrakowski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

record-deletion-tool's Issues

On BC19 - not compatible

Hi!
I really love your solution, but on the BC 19 the app is not compatible.
Could you check it please why not?
Thanks a lot!

Extension validation failed - Error AL0132 and PTE0004

Hello,
I have downloaded your .app and tried to install to latest Dynamics 365 Business Central - SaaS - v20.3.
I have SUPER permission set assigned.

Uploading Extension: 'Record-Deletion-Tool' by 'Waldemar Brakowski'.

Extension validation failed. View the error details for more information.

Package validation failed due to the following error(s): src/codeunit/RecordDeletionMgt.Codeunit.al (554,35) - Error AL0132: 'Database' does not contain a definition for 'Delivery Reminder Header'
src/codeunit/RecordDeletionMgt.Codeunit.al (554,89) - Error AL0132: 'Database' does not contain a definition for 'Phys. Invt. Diff. List Buffer'
src/table/RecordDeletion.Table.al (1,13) - Error PTE0004: Table '50000' is missing a matching permission set.
src/table/RecordDeletionRelError.Table.al (1,13) - Error PTE0004: Table '50001' is missing a matching permission set. - Job Id : 357c6025-2064-42ec-9b9c-58365230327a

No. Of Records - Filter Issue - BC On Prem

Hey,

I have deployed the extension on Business Central 21 - On Prem. After Insert - Update Tables action the records are populated with No. of Records on each Table.

Problem: When applying Filter as
No. Of Records <> 0 , to just check tables which has records. It is showing metadata 0 error something.
Below is the piece of code attached.

field(20; "No. of Records"; Integer)
{
Caption = 'No. of Records';
Editable = false;
FieldClass = FlowField;
//CalcFormula = lookup ("Table Information"."No. of Records" where("Company Name" = field(Company), "Table No." = field("Table ID")));
//CalcFormula = lookup ("Table Information"."No. of Records" where("Company Name" = field(Company), "Table No." = field("Table ID")));
}

I used this tool in earlier NAV versions and it worked fine and the CalCFormula works well there. However in BC there is some restriction to use "Table Information" Table in Lookup.

Can you please check and let us know about it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.