-
The User Agent for this SDK is currently "kintone-SDK 1.0".
This is confusing, due to two reasons
1. There are many types of kintone SDKs (python, ruby etc...)
2. This Java-SDK is not version 1.0…
-
[My package.json](https://github.com/teppeis/kintone-plugin-packer/blob/0eedfa7bea8ed74d8b43f8c9442cf90457a1e9ae/package.json#L49) has `"husky": "^0.15.0-rc.8"` in deps and the latest version is `0.15…
-
## [README]
### **Import specified file into an App**
If the import file has an $id column (or a field code for the Record number), records will be updated and/or added. If the value in $id matches …
-
100件以上のレコード更新時にエラーが発生した場合に、正常完了の結果と同じ表示となるためエラーで弾かれているレコードがあったことがわからない。
99件未満の場合は以下のエラーが表示される
レコードID重複
```
>cli-kintone -a 181 -d ***.cybozu.com -u okiku -p test -e sjis -f sample.csv
2017/…
-
過去にアクセスしたkintone内のアプリを並べる
-
cli-kintone -a 47 -d domain.kintone.com -e utf-8 -t KEY -u User -p password -f c:\temp\kintone\newusers.csv
csv file created mulitple ways - via kintone export - AD export of Windows - manually c…
-
https://github.com/icoxfog417/pykintone/blob/master/pykintone/structure_field.py#L75
`hasattr(f, name)` (notice it is not `hasattr(f, "name")`) is always False because of `name = ""` in L81
-
現在、スプレッドシートはkintoneの絞り込みとページングに対応しておらず、全部出力される。
絞り込みとページングに同期すれば使い勝手がよくなりそうなので、対応する。
懸念として、ソートをかけている時、新規レコード追加したときの挙動がわかりにくい、などがある。
mura- updated
7 years ago
-
I need to write and run tests because I want to fix a bug.
(The bug is inside kintoneService.app method.)
To run tests, I executed the following commands:
cd pykintone
python3 -m unitt…
-
基本的な所で躓いてしまっていますが、質問させて下さい。
2016年11月30日時点のkintoneにて、本プラグインを利用していますが、上手く表示が出来ません。
(kintone spreadsheet v0.9.2を利用)
1)kintoneシステム管理画面でのプラグイン取り込み→成功
2)アプリの設定画面でのプラグイン取り込み→成功
3)カスタマイズビューの設定→のみ記述。
4…