オフライン状態です。これはページの読み取り専用バージョンです。
Toggle navigation
ナレッジベース
クラウドステータス
アップデート
全て
全て
Web ページ
フォーラム
サポート情報記事
検索フィルター
全て
Web ページ
フォーラム
サポート情報記事
答えを見つける
日本語
Deutsch
Español
Français
English
日本語
ホーム
コミュニティフォーラム
Help with technical problems
.NET API - Execute a Query using Dialog expression
.NET API - Execute a Query using Dialog expression
投稿済み
Tue, 20 Aug 2019 12:43:16 GMT
、投稿者
Andreas Ruttkamp
Hello ,
i tried to use this
example
.
i want to select a date value. can anyone tell me what to do ?
DialogExpressionCondition.Create(
"DATE"
, ???, ??? )
i wish to use concret dates such as "01.01.2019"
or dates like "now()-14"
thanks
Andreas
投稿済み
Tue, 20 Aug 2019 13:13:22 GMT
、投稿者
Craig Heintz
SE
Have you go to this site and see what it may offer you?
http://
https://developer.docuware.com/
投稿済み
Tue, 20 Aug 2019 13:20:04 GMT
、投稿者
Andreas Ruttkamp
Thank you craig,
i am confused. The lunk i provided in the post above points to this website.
There i can´t find an example for my question. can you give me an hint where to look exactly ?
Andreas
投稿済み
Tue, 20 Aug 2019 13:23:48 GMT
、投稿者
Joe Kaufman
Bell Laboratories Inc
No longer there
Judging by the literals used in URL integration queries (and just tested using a dialog query), it looks like dates need to be of the format:
"YYYY-MM-DD", as in, "2019-08-01" for August 1, 2019.
You pass the date value in as a string formatted in that way. For DateTime values, you use:
"YYYY-MM-DD HH:mm:ss", as in, "2019-08-09 17:32:39".
Be aware that DateTime fields are always stored with UTC time. That goes for system fields as well as user-defined fields.
Good luck,
Joe Kaufman
フォーラムに投稿するためにはログインが必要です。
ヘルプを入手
ナレッジベースベースから検索する