[Bug]: UpgradeTag does not have a procedure for database upgrade tags #1978
Labels
Approved
The issue is approved
Bug
Something isn't working
Integration
GitHub request for Integration area
Describe the issue
Codeunit 9999 "Upgrade Tag" does not have all procedures for database upgrade tags.the
Expected behavior
While we have
We don't have a corresponding procedure for HasDatabaseUpgradeTag. For this, developers must use HasUpgradeTag(TagName, '') to manually specify a blank company name.
While this is not challenging, it's hard to explain to new developers why we have a special Setter (as the SetUpgradeTag(TagName, '') would also work) but not for Getter.
Steps to reproduce
Additional context
No response
I will provide a fix for a bug
The text was updated successfully, but these errors were encountered: