Is it normal that the Added(), Updated(), Deleted() and Unchanged() methods are no longer accessible in Data Directives?
For example, the Added() method is not displayed by the autocomplete in the following custom code. Then, it also brokes the autocomplete when looping over addedRows.
var addedRows = ttMtlQueue.Where(x => x.Added() && x.TranType == "PUR-STK");
I much prefer these methods instead of RowMod == ‘X’.
Also I’ve heard folks run into weirdness with BPM designer if using it on a workstation instead of the server (where .NET 8 would be installed). Curious if you have the same issue on the server.
I do too. The browser BPM designer is terrible. I was mostly just curious if it worked there and it’s unsurprising that it does. They’re not really doing fixes like that to classic anymore.