6/18/2025 4:28:07 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
Cannot find or access the subject required by plugin
Posted: 24 Apr 07 9:08 AM
|
fiogf49gjkf0d Does anyone know why I would receive the message "Cannot find or access the subject required by the (name of form) plugin using the option you selected. Contact your system administrator. 0x1 @0: Form (name of form)" when trying to access a new form through a newly added menu option? Any help would be greatly appreciated! |
|
|
|
Re: Cannot find or access the subject required by plugin
Posted: 24 Apr 07 10:38 AM
|
fiogf49gjkf0d The form is a data form (ie: has a base table) and you are attempting to launch it via DoInvoke. For a data form, the form must have context. That is, it must be opened either for a specific record in the base table, or for a new record. DoInvoke does not give it that context - it doesn't know which record it is opening for.
You need to open a data form using ShowViewForRecord, which you can read more about here: http://www.slxdeveloper.com/page.aspx?action=viewarticle&articleid=48
DoInvoke can only open Manage forms, since they do not have any data context (not based on table data).
Make sense?
-Ryan |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|