Is there anyway I can use vs code, using a 3rd party extension or any other way, to publish an .app file without actual source code through vs code ?
(I'd like to do schemaupdatemode: recreate)
Clean: The database schema defined by all versions of the target NAV App will be removed from the target tenant database and all data is lost. That is, if a table or table extension was included in any version of the target NAV App, then the respective full or companion table will be dropped from the tenant database.
A little late, but you can NOT delete a field without mode clean. You have to mark the field as obsolete and remove it from any pages/reports/code (the compiler will help with this).
aka Vincent Vancalbergh
"I tried filtering life, but the universe returned an Internal Error"
Answers
About "-Mode Clean":
"I tried filtering life, but the universe returned an Internal Error"