We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9eae3af + 9024476 commit b84500fCopy full SHA for b84500f
mdl-examples/doctype-tests/10-odata-examples.mdl
@@ -228,14 +228,18 @@ DEFAULT 'proxy.example.com';
228
CREATE CONSTANT OdTest.ProxyPortConst
229
TYPE String
230
DEFAULT '8080';
231
+
232
+CREATE CONSTANT OdTest.FullConfigAPIServiceUrl
233
+TYPE String
234
+DEFAULT 'https://api.example.com/odata/v4';
235
/
236
237
CREATE ODATA CLIENT OdTest.FullConfigAPI (
238
Version: '3.0',
239
ODataVersion: OData4,
240
MetadataUrl: 'https://api.example.com/odata/v4/$metadata',
241
Timeout: 300,
- ServiceUrl: 'https://api.example.com/odata/v4',
242
+ ServiceUrl: @OdTest.FullConfigAPIServiceUrl,
243
UseAuthentication: Yes,
244
HttpUsername: 'admin',
245
HttpPassword: 'secret',
0 commit comments