-
tableに行追加した時、以下の条件の場合、defaultDataが新しい行に反映されません。
・setValueした後
・defaultDataに空文字を設定した時
上記のケースでは追加した次の行の値がそのまま残ります。
最終行で追加した場合は空白行が追加されます。
掲載されているsetValue()のサンプルコードの11行目を'default text field value…
-
Will you add the User API? I think it's useful
-
Hello,
I wonder how to set offset and limit for retrieving app records. It's nice to have ability which can specify a limit over 500, (kintone default limit), like `limit 2000`. The library takes …
-
kintoneUtilityでは、
postRecords、putRcords、deleteRecordsは
「100件以上処理可能、2000件上限」
だったと思いますが、
kintone-js-sdk で
addRcords、updateRecords、deleteRecordsでは、REST APIの標準と同じ100件までしか処理できなくなっているようですね。
以前のような「200…
-
Thank you for your useful extension!
I found a strange vehavior.
`http://example.com/a=*a` becomes
```
http://example.com/?a=*a
```
There is no "href" attribute.
[Notes:]
`http://exa…
-
In the [document](https://kintone.github.io/kintone-java-sdk/latest/getting-started/quickstart/), the following is written:
> Requirement
> Java SE (Version 8 or later)
However, kintone-java-sd…
kmizu updated
5 years ago
-
Currently, `kintone-plugin-packer` command print the following logs, which are unexpected output.
```
schema $id ignored https://github.com/epoberezkin/ajv/blob/master/lib/definition_schema.js
sc…
-
本文は日本語で行きます。
webpackでビルドしてkintoneカスタマイズ用にjs-sdkを使ってますが、
getAllRecordsByQuery() で長めのクエリを使ってレコードGETする場合、
セッション認証ではうまくGETできるのに、
APIトークン認証を使うと、`414 Request-URI Too Large`とエラーが出ます。
js-sdkのコードはまだ読め…
-
kintone js SDK v0.4.0
わざとエラーを出してcatchしてみましたが、
`TypeError: err.get is not a function`
となりました。
エラーがKintoneAPIExceptionでthrowされていないようです。
試してみたのは以下のコード。(サンプルコードそのまま)
```
kintoneRecord.getAllRec…
-
Specifying a guest space ID does not work when creating a connection instance.
The API URL is accessed as a regular URL, not for guest space.
At this time, "NaN" is set in the connection instance …