Database: (select count(*) from "BEAS_QSFTPOS" where "BEAS_QSFTPOS"."CHARGE_ID"="BEAS_QSFTMESSUNG"."CHARGE_ID" AND "BEAS_QSFTPOS"."BELNR_ID"="BEAS_QSFTMESSUNG"."BELNR_ID" and "BEAS_QSFTPOS"."KND_ID"="BEAS_QSFTMESSUNG"."KND_ID" and Coalesce("BEAS_QSFTPOS"."Release",
Database: (select count(*) from "BEAS_QSFTPOS" where "BEAS_QSFTPOS"."CHARGE_ID"="BEAS_QSFTMESSUNG"."CHARGE_ID" AND "BEAS_QSFTPOS"."BELNR_ID"="BEAS_QSFTMESSUNG"."BELNR_ID" and "BEAS_QSFTPOS"."KND_ID"="BEAS_QSFTMESSUNG"."KND_ID" and Coalesce("BEAS_QSFTPOS"."Release",
Database: (select count(*) from "BEAS_QSFTPOS" where "BEAS_QSFTPOS"."CHARGE_ID"="BEAS_QSFTMESSUNG"."CHARGE_ID" AND "BEAS_QSFTPOS"."BELNR_ID"="BEAS_QSFTMESSUNG"."BELNR_ID" and "BEAS_QSFTPOS"."KND_ID"="BEAS_QSFTMESSUNG"."KND_ID" and Coalesce("BEAS_QSFTPOS"."OK",'N')=
Database: (select max ("ANDTSTAMP") from "BEAS_QSFTPOS" where "BEAS_QSFTPOS"."CHARGE_ID"="BEAS_QSFTMESSUNG"."CHARGE_ID" and "BEAS_QSFTPOS"."BELNR_ID"="BEAS_QSFTMESSUNG"."BELNR_ID" and "BEAS_QSFTPOS"."KND_ID"="BEAS_QSFTMESSUNG"."KND_ID")
- block reasion is used, which don't allow the release
return 200 (OK) or 404 (not possible or error)
odata/Release2(1024,"2",10)
With this object you can change all fields in QC Samples
4 eyes concept supported. For this we've 2 release functions.
With Release1() you can set the first Release Flag, If you want to change the Release1 to another values example "Manuel locked", "Open manually", then use the put command.
PUT Command
Follow fields changeable
UDF1...UDF4, BlockageReasonId,BloackageReasonText,ValuationId,ValuationText,Release1 and Release2
Example:
put QCOrderSamples(1407,"1")
{"BlockageReasonId":"WrongColor"}
Notes:
- Send parameter in correct order. First the Id and then the Text.
If you send an ID, the system insert the default Text information and with next property you can overwrite it
Example: Overwrite standard BlockageReason Text:
put QCOrderSamples(1407,"1")
{"BlockageReasonId":"WrongColor","BlockageReasonText":"This is my own Text"}