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!
|
|
Data not displaying
Posted: 14 Dec 10 5:47 AM
|
fiogf49gjkf0d Hi all
Need help with a strange issue. We are currently running both Web and Lan client 7.5.2. We have an account refference form on both clients displaying data from a table called Z_Account_Ext and the standard Account table. The Web client displays the data with no issues however the Lan will not display data from the extension table.
Anyone have any idea's what this could be.
Regards
Andrew James
Edit
I have tried releasing the form again and also changing the field security profile as I seen this on another forum but this did not help If I log on as admin in the lan client then the data is displayed fine. Also our test server has no issues displaying the data. |
|
|
|
Re: Data not displaying
Posted: 14 Dec 10 9:37 AM
|
fiogf49gjkf0d What's the value for SECCODEID in the Extension table? In the Account table? |
|
|
|
Re: Data not displaying
Posted: 14 Dec 10 9:44 AM
|
fiogf49gjkf0d there are 156 records out of 238547 that do not have the same seccodeids in both the Account and the extension table. But there is an issue with all the records in LAN Do you think these 156 records could be causing the issue?
Just checked the Dev server and there are more records that do not match and Dev is working as expected
|
|
|
|
Re: Data not displaying
Posted: 14 Dec 10 10:36 AM
|
fiogf49gjkf0d you need to answer your own question: when is the data not displaying on this form and what are the SECCODEID values for those instances..
You should be logged in as a USER, not ADMIN. Especially in DEV.
Time to check the databindings on the LAN form. |
|
|
|
Re: Data not displaying
Posted: 14 Dec 10 10:41 AM
|
fiogf49gjkf0d In Dev I am logged in as a user and there are no issues. The form was bundled from dev and brought into live and logged on as a user in live the data cannot be seen.
I don't think its the SECCODEID's. All the bindings are there as well. Just noticed that on the account details screen we have a 2nd manager field which is brought back from the extension table and this is not displaying either. However our contact ext and opportunity ext is working fine |
|
|
|
Re: Data not displaying
Posted: 14 Dec 10 10:58 AM
|
fiogf49gjkf0d Did you bundle over the fields to the Production environment?
If so, your fields are failing Field Level Security due to a known bug in calculating the length of the SEC Profiles Blob. In Production Architect\Admin, database manager Add ONE field to a core table Account\Opportunity\Contact, heck Ticket......we call it FLS, varchar (32).
Then go into FLS and check each profile to make sure it is correct.
Also create a GROUP that displays the extension data and the base table data...that might be useful. |
|
|
|
Re: Data not displaying
Posted: 14 Dec 10 12:11 PM
|
fiogf49gjkf0d I would also suggest that you use the SLX Profiler to check the Queries that are being generated, then run the queries manually using SQL Management Studio and check if they return the same results as what the SLX Profiler reports. |
|
|
|
Re: Data not displaying
Posted: 15 Dec 10 4:37 AM
|
fiogf49gjkf0d RJ you are a star. I created an fls field in Tickets did not work but then created it in the ext table and this resolved the problem  |
|
|
| |
|