E9.2 Mass Update of Version Processing Option Values

aostdiek

aostdiek

Member
Is there either a standard way to update processing options on multiple object versions in a mass update approach, or does anyone know of a 3rd party solution or automated/orchestrated approach to solving something like this?
 
@aostdiek that was the other one i was searching for - but couldn't find it on the Product Index of Everest .. Alex' comment explains why :)

(Edit: On the Quest E1 Tech SIG i responded with Steltix Version Workbench ;) )
 
Hi @aostdiek,

You can use B9090001 - Update Processing Option Data. Pass by parameter batch, version, POOptionID, value in corresponding parameter according data type, and data type parameter. This function runs in client only, so you can create a custom batch that read from a custom table with values or file, etc. and execute in a fat client in a specific environment path.

For example:
1725451327477.png

This bsfn has Get Processing Option Data function too, to return values.

Regards.
 
Hi @aostdiek,

You can use B9090001 - Update Processing Option Data. Pass by parameter batch, version, POOptionID, value in corresponding parameter according data type, and data type parameter. This function runs in client only, so you can create a custom batch that read from a custom table with values or file, etc. and execute in a fat client in a specific environment path.

For example:
View attachment 20462

This bsfn has Get Processing Option Data function too, to return values.

Regards.
Thank you @alfredorz, that BSFN was reviewed but with it only being available to run on a fat client, it will not work for the use case. I appreciate the feedback!
 
Thank you @alfredorz, that BSFN was reviewed but with it only being available to run on a fat client, it will not work for the use case. I appreciate the feedback!
Yes, I don't know if copying to a new bsfn C/S is possible this works, sometimes with others bsfn I've been success :D
 
Back
Top