User Activity
08-18-2026
ポータル上の「form」ページにあるカタログ変数フィールドを読み取り専用にしたいです。ログインユーザーやレコードの条件によっては読み取り専用にしないこともあるため、クライアントスクリプトでの実装を考えています。 以下は試してみましたが、うまくいきませんでした。①g_form.setReadOnly('variables.XXX',true);
g_form.setReadOnly('variables',true); ②g_form.setReadOnly('producer.XXX',true...
To display attachments in AI Search results, I've selected index_attachments = True in Knowledge's Indexed Source.In “Field Settings & Mapping,” I've mapped ‘text’ and “short_description” to the same field.When searching the portal, attachments appea...
Regarding the “Source” in the Faceted Search WidgetI want to hide the “source” in the image.However, since queries using “source” are necessary, I do not want to delete it completely.This is not something added via the AI Search Facet,but rather from...
01-08-2026
I want to specify a table other than kb_knowledge in the “knowledge Field Facet[kb-field-facet]”.Specifically, I want to search the “u_kb_tag” field (reference type) in the custom-created “u_knowledge” table.Since the out-of-the-box widget cannot be ...
When you create an email from the case form, you can compose it in a new tab.I want to implement a mechanism where, if you attach a file in that tab and its size exceeds 18MB, a popup appears.How can these be achieved?