Hi,
Can anyone please suggest how we can create additional user def fields in FSM.
Suppose I need extra user def fields in task or request table how can we add it in custom metadata without disturbing existing metadata.
Thanks
Ramya
Hi,
Can anyone please suggest how we can create additional user def fields in FSM.
Suppose I need extra user def fields in task or request table how can we add it in custom metadata without disturbing existing metadata.
Thanks
Ramya
Hi Ramya,
You can use an Extension table for the FSM metadata tables if you need more columns, for that, you need to create a new table “YOURPRIMARYTABLENAME_EXT” and join that table in Relation def of your Primary table with the relation type as Extension.
Thanks,
Hari
Many Thanks
Hi Ramya,
if the amount of the existing user def fields are not enough, you need to create an extension table.
Example for Request:
Create new Custom Metadata C_Extension_Request1.
After that ,you need to create the relationship.
One remark, fields of an extension table will not be displayed on the mobile client. Therefore you might need to change the baisc user def field information with some of the extension table.
Best regards,
Sven
Hi
Thanks for the reply,
Can you please provide more details on mobile client part, How the configured new fields in smart client will be reflected in mobile.
Best Regards,
Ramya
Hi Ramya,
the mobile client can only work with fields from the basic table.
You have two options to reflect the new required field on the mobile client
This is by the way the same for an new custom status which should be visible on the mobile device. This will be only visible on the mobile client if the task has been already sent to the mobile client. But not if this is the first assignment to the mobile client.
Hope this helps Ramya :-)
Best regards,
Sven
Apart from the limitations for the mobile client, the additional fields added this way are also not useable in sorting/ordering the list view of the primary table.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.