Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
GetQueryField
I was expecting, in my design, to have a queryfield as being optional for a GET method, but looks like I get an error (as per the documentation).
I check if it has been provided:
HasVariation = HTTP_Services('GetQueryField', "variation")
error return is '"variation is not a query field in the request."'
Is there anyway around this? or is it just my bad design again (besides enforcing that returned as null eg. ?job=999&variation)
I check if it has been provided:
HasVariation = HTTP_Services('GetQueryField', "variation")
error return is '"variation is not a query field in the request."'
Is there anyway around this? or is it just my bad design again (besides enforcing that returned as null eg. ?job=999&variation)
Comments
Variation = HTTP_Services('GetQueryField', "variation")
Error_Services('Clear')
I'm a little slow on the uptake but I've caught up.