カスタムフィールド設定を更新するAPI
How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!
While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.
legacy-article
learn-legacy-article-disclaimer-text
問題
- カスタムフィールド設定を更新するAPIがありますか。
環境
解決
-
カスタムフィールドの更新には、
com.liferay.portlet.expando.service.impl.ExpandoValueServiceImpl /expandovalue/add-value
が利用できます。
当該APIは「http://localhost:8080/api/jsonws」から動作確認できます。
以下、動作確認した際のパラメータ設定(パラメータ名: データベースの該当カラム名)です。
- companyId: Company.companyId
- className: ClassName_.value
- ClassName_: ExpandoTable.name
- columnName: ExpandoColumn.name
- classPK: ExpandoValue.classPK(ユーザーIDを指定)
- データ: 実際に設定したい値
did-this-article-resolve-your-issue