Hi experts,When I call a fuction, the BO is ExpenseReport, the function is Submit(), not return, but it has Message.Could I use ABSL to get the Message Information?Thanks.Best Regards,Benny Huang message.png
Hi expert,
I create a custom BO: BonusPlanHB, create the workcenter and view with the scenario, create a Datasource and Report, now I assign the report to the wrokcenter view, it raise "Work Center View BonusPlanHB View cannot be used for report as...
Hi experts,
I want to display an image in the owl list, so I try.
First I change the type to image, and binding to the BinaryObject string, but it is failure.
I create another column, change the type to image, I try to binding to local image, b...
Hi experts,
In Bydesign System, the business is Inspections.
The business is clear, when confrim Task, there is a button "Finish Results Recording".
Now I need to do the same event using the Script or Web Service, any idea?
Best Regards,
...
Hi experts,
1、In PDI, we can create the GoodsTag use the below code:
var aa = GoodsTagGenerator.Create();
if(aa.GoodsTagSpecification.Count() > 0 )
{
foreach(var goodtags in aa.GoodsTagSpecification)
{
goodtags.GoodsTagTypeCode = "3";
...
Hi Cryssal,Thanks first.About the objective: I create a custom BO which record the ExpenseReportId and the result of submit, when the ExpenseReport submit, I just want to get the message and save in the custom BO result field.So the problem is how to...
Hi Knut,
I want to use the "log off", and I want to change the user, not the close Microsoft excel.
I showed the button, but I prompt "Please close Microsoft Excel in order to logon with a different user account" every time I run.
Which steps I m...