Yea i found log. But I dont understand why it finds as an issue since this field isnt updatable. This happens only if I send all rows. Took this line and updated as single and it worked. Even in classic there is no complains.
![CDATA[System.ArgumentException: The input string ‘4500.708’ was not in a correct format.Couldn’t store <4500.708> in Calculated_SumOnhand Column. Expected type is Decimal.
Payload passes these values as decimals 4500.708 not as string ‘4500.708’
The same (if you mean editor type). I tried to remove all rows from baq and leave 3, server still complains, but about another field which allso says incorect string format, expected decimal It seams somehow send all rows passes all decimals as a string I guess, but in payload object are passed as decimals without quotes
I’ve noticed that when I convert an updatable dashboard it adds an update option but when I build one from scratch it does not so I found this post and now have a ghost icon that lets me update
I have followed the instructions and I am able to update my date but when the refresh on the last trigger it brings in the complete baq instead of just the line that matches the sales order I am in. I tried to put information in the properties of the kinetic-baq get widget but then my data doesn’t update. Any suggestions?
I’m having an issue with this, hoping the brain trust may have some ideas.
I added a grid and form entity to Job Closing for capturing a job comment on the job header (CommentText). UBAQ works fine testing in BAQ editor, it’s firing off the update BAQ just fine, and updating the view as expected. But not committing the data.
Things I’ve double Checked
Tested BAQ in the editor
double checked grid and column are editable
Published, saved reloaded
Tried trapping in F12 via chrome, the request goes out to the update function with all the pertinent fields, but returns blank.
Any ideas?
Screenshots for context
View loaded via BAQ initial get triggered after getById into View “Comment”
Are you just updating the native Job Comments field from the JobHead? Is that not already part of the dataset that pulls the rest of the information, or is it not and that’s why you’re using a uBAQ?
Reason I ask, is because if it’s already part of the natively available dataset, you should be able to simply add it to your screen and when you click the page save icon it will write to that field, too.
A new wrinkle, I used row-update to update that, however since these are looking at jobs in the rear-view I get this error trying to update commenttext on the jobhead