Skip to main content
Version: 2.0
warning

You are viewing documentation for CompuTec AppEngine 2.0 (.NET Framework), which is still supported.

We recommend upgrading to CompuTec AppEngine 3.0 built on .NET 8, which provides better performance and a modern, centralized installation process for CompuTec ProcessForce and other CompuTec solutions.

However, please note that CompuTec AppEngine 3.0 has a different architecture, and all CompuTec components need to be updated together.

Please familiarize yourself with the CompuTec AppEngine 3.0 documentation before installing.

Release Notes

caution

In order to use this plugin, you have to install the CompuTec ProcessForce plugin first.

BulkChange 1.10.3.1

Release Date - 22 November 2024

Issue TypeComponent/sRelease Note
BugBulkChangeError message occurred while running BulkChange:
Query: WITH "RawSql" AS ((SELECT B."Code", B."Name", B."U_Status", U."U_NAME" AS "CreatedByUserName", B."CreateDate", UE."U_NAME" AS "LastExecutedByUserName", B."U_LastExecutedDate" FROM "@CT_PF_OBCS" B LEFT OUTER JOIN OUSR U ON U."INTERNAL_K" = B."UserSign" LEFT OUTER JOIN OUSR UE ON UE."INTERNAL_K" = B."U_LastExecutedBy"))
SELECT * FROM "RawSql" WHERE "No" = 1
invalid column name: No: line 2 col 30 (at pos 350)
BugBulkChangeError message occurred while adding new resource:
"Exception while applaying changes to Bill Of Material B-000001, Revision rBA14. Details: Please fill U_RtgOprCode first !!!"
BugBulkChangeThe new resource is added to each resource under an operation instead of ‘per’ operation.
Filters under the Resource tab didn’t work properly.