9/19/2026 10:11:08 PM
|
| |
| 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.
|
|
|
|
All see the new form; only Admin sees all the new data. What's not released?
Posted: 30 Jan 08 3:22 PM
|
I added a new table that works as an extension to the ACCOUNT table, called V_ACCOUNT_SPEC. Added a bunch of fields. Populated them for various accounts.
Create a new plugin, a new form that's another "tab" for the Account Details view. Released the new plugin to "Everyone." A few fields come from ACCOUNT, a couple from another extension table, and the rest from the new table. Admin, signed in, can see the values for all fields. Everyone else can see all fields' values but those that pull from the new table. There's no code behind the form.
Is there a way to release a table or its fields to people? How ya do that? I don't remember ever having to do that before?
TIA |
|
|
| |
| |
|
Re: All see the new form; only Admin sees all the new data. What's not released?
Posted: 30 Jan 08 4:54 PM
|
True, but at least the users don't have to know that field x is on ACCOUNT, field y is on C_ACCOUNT and z is on ACCOUNT_EXT or whatever. It's surely simpler to explain to them if everything is in one place - them scrolling through a list is also faster for your support people by avoiding the "where is my data?" support call.
I no longer create extension tables unless they are likely to contain data for only a small percentage of the records to which they are linked and have had far fewer issues (as a developer) than pre V7. Actually, I stopped around 6.1 
Phil |
|
|
|
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!
|
|
|
|
|
|
|
|