rsoesemann/visualforce-table-grid

U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch)

vzw2t9 opened this issue · 20 comments

I get the following error when attempting to deploy using GitHub Salesforce Deply Tool

Deployment Started
Status: Queued
Status: InProgress
Status: InProgress
Status: InProgress
Status: InProgress
Status: InProgress
Status: InProgress
Status: InProgress
Status: InProgress
Status: InProgress
Status: Completed
Deployment Complete
Failures:
profiles/U2G_TestUserProfile.profile(U2G_TestUserProfile):Unknown user permission: AllowUniversalSearch

Did you try installing as an admin with maximum permissions? If not please try this.

Thank you for the quick reply. Yes, I am attempting to deploy using a system administrator account to a sandbox.

From: rsoesemann [mailto:notifications@github.com]
Sent: Friday, September 5, 2014 5:14 AM
To: Up2Go/visualforce-table-grid
Cc: Ken Noll
Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

Did you try installing as an admin with maximum permissions? If not please try this.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-54602134.

You don't need that profile it is just for testing purposes. You should be able to load all example pages.

I'm not sure how I can omit that profile from the deployment process. It's causing the deployment to fail. This prevent all components from deploying. It only loading whereClauseBuilder and advancedLookup. I'm missing selectClauseBuilder and tableGrid

You don't need to change or redeploy. As your log says deployment is complete.

Gotcha. So I deploy and it Completes with the error. If I go into Installed Packages, it’s not listed. If it’s usable at this stage I don’t see any change when I edit a section on a page. I hate to be such a pain. I’m a SalesForce greenbean.

From: up2go-rsoesemann [mailto:notifications@github.com]
Sent: Friday, September 05, 2014 11:22 AM
To: Up2Go/visualforce-table-grid
Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

You don't need that profile it is just for testing purposes. You should be able to load all example pages.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-54647635.

This message and any attachments are intended for the individual/entity to whom it is addressed. This communication may contain information that is proprietary, confidential, or exempt from disclosure. If you are not the intended recipient, please note that any other dissemination, distribution, use or copying of this communication is strictly prohibited. Anyone who receives this message in error should notify the sender immediately by telephone or by return e-mail and delete it from his or her computer.

I keep getting deployment errors specifically for these call (see attached):

What is the $Label referencing?

deployerrors

It appears these custom labels are NOT in the deployment package.

My mistake! I forgot to load the Labels! :)

I have deployed but do not see Table Grid listed under installed apps. I did grab the code and have it but don’t know what to do with it. I don’t see any executable.

From: vzw2t9 [mailto:notifications@github.com]
Sent: Monday, September 08, 2014 8:32 AM
To: Up2Go/visualforce-table-grid
Cc: Corrie Sigler
Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

My mistake! I forgot to load the Labels! :)


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-54817265.

This message and any attachments are intended for the individual/entity to whom it is addressed. This communication may contain information that is proprietary, confidential, or exempt from disclosure. If you are not the intended recipient, please note that any other dissemination, distribution, use or copying of this communication is strictly prohibited. Anyone who receives this message in error should notify the sender immediately by telephone or by return e-mail and delete it from his or her computer.

It doesn’t load as an installed app. It loads directly to the corresponding object types (eg; controllers load into Apex Class, Static Resources load to Static Resources, etc). You will need to edit the templates provided to expose them to the appropriate object.

From: cjsigler [mailto:notifications@github.com]
Sent: Monday, September 8, 2014 1:49 PM
To: Up2Go/visualforce-table-grid
Cc: Ken Noll
Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

I have deployed but do not see Table Grid listed under installed apps. I did grab the code and have it but don’t know what to do with it. I don’t see any executable.

From: vzw2t9 [mailto:notifications@github.com]
Sent: Monday, September 08, 2014 8:32 AM
To: Up2Go/visualforce-table-grid
Cc: Corrie Sigler
Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

My mistake! I forgot to load the Labels! :)


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-54817265.

This message and any attachments are intended for the individual/entity to whom it is addressed. This communication may contain information that is proprietary, confidential, or exempt from disclosure. If you are not the intended recipient, please note that any other dissemination, distribution, use or copying of this communication is strictly prohibited. Anyone who receives this message in error should notify the sender immediately by telephone or by return e-mail and delete it from his or her computer.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-54859380.

By “edit the templates provided” did you mean create new pages and copy the apex code into them? I cant thank you enough for the quick responses. I know I’m giving you a headache, I’m just not understanding exactly how to implement.

From: vzw2t9 [mailto:notifications@github.com]
Sent: Monday, September 08, 2014 12:52 PM
To: Up2Go/visualforce-table-grid
Cc: Corrie Sigler
Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

It doesn’t load as an installed app. It loads directly to the corresponding object types (eg; controllers load into Apex Class, Static Resources load to Static Resources, etc). You will need to edit the templates provided to expose them to the appropriate object.

From: cjsigler [mailto:notifications@github.com]
Sent: Monday, September 8, 2014 1:49 PM
To: Up2Go/visualforce-table-grid
Cc: Ken Noll
Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

I have deployed but do not see Table Grid listed under installed apps. I did grab the code and have it but don’t know what to do with it. I don’t see any executable.

From: vzw2t9 [mailto:notifications@github.com]
Sent: Monday, September 08, 2014 8:32 AM
To: Up2Go/visualforce-table-grid
Cc: Corrie Sigler
Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

My mistake! I forgot to load the Labels! :)


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-54817265.

This message and any attachments are intended for the individual/entity to whom it is addressed. This communication may contain information that is proprietary, confidential, or exempt from disclosure. If you are not the intended recipient, please note that any other dissemination, distribution, use or copying of this communication is strictly prohibited. Anyone who receives this message in error should notify the sender immediately by telephone or by return e-mail and delete it from his or her computer.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-54859380.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-54859802.

This message and any attachments are intended for the individual/entity to whom it is addressed. This communication may contain information that is proprietary, confidential, or exempt from disclosure. If you are not the intended recipient, please note that any other dissemination, distribution, use or copying of this communication is strictly prohibited. Anyone who receives this message in error should notify the sender immediately by telephone or by return e-mail and delete it from his or her computer.

I have been trying to deploy again this afternoon without success. I am still getting:
Deployment Complete
Failures:
profiles/U2G_TestUserProfile.profile(U2G_TestUserProfile):Unknown user permission: EditPublicReports

Even though I see the Deployment Complete msg I see no new Apex Classes, Static Resources, etc. I don’t see new templates.

From: vzw2t9 [mailto:notifications@github.com]
Sent: Monday, September 08, 2014 12:52 PM
To: Up2Go/visualforce-table-grid
Cc: Corrie Sigler
Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

It doesn’t load as an installed app. It loads directly to the corresponding object types (eg; controllers load into Apex Class, Static Resources load to Static Resources, etc). You will need to edit the templates provided to expose them to the appropriate object.

From: cjsigler [mailto:notifications@github.com]
Sent: Monday, September 8, 2014 1:49 PM
To: Up2Go/visualforce-table-grid
Cc: Ken Noll
Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

I have deployed but do not see Table Grid listed under installed apps. I did grab the code and have it but don’t know what to do with it. I don’t see any executable.

From: vzw2t9 [mailto:notifications@github.com]
Sent: Monday, September 08, 2014 8:32 AM
To: Up2Go/visualforce-table-grid
Cc: Corrie Sigler
Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

My mistake! I forgot to load the Labels! :)


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-54817265.

This message and any attachments are intended for the individual/entity to whom it is addressed. This communication may contain information that is proprietary, confidential, or exempt from disclosure. If you are not the intended recipient, please note that any other dissemination, distribution, use or copying of this communication is strictly prohibited. Anyone who receives this message in error should notify the sender immediately by telephone or by return e-mail and delete it from his or her computer.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-54859380.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-54859802.

This message and any attachments are intended for the individual/entity to whom it is addressed. This communication may contain information that is proprietary, confidential, or exempt from disclosure. If you are not the intended recipient, please note that any other dissemination, distribution, use or copying of this communication is strictly prohibited. Anyone who receives this message in error should notify the sender immediately by telephone or by return e-mail and delete it from his or her computer.

I removed the Profile and installed all files. Said "In Progress" for over 40 minutes. Killed it but all of the files are there. I have inserted a tablegrid into an existing custom page and it looks terrific!
Questions:

  1. Is there a way to make some columns read only and some editable within the same table?
  2. I have 8 related lists and would want to use the grid in several. I have attempted to insert the grid a second time but when the page loads I just get the "Loading" animation on the first grid. The second loads properly. Is there a limit?
    3.Is there a way to butt-up 3 tables in 1 section to allow me to display subtotal in a line on top of the grid and also below? What about right justifying the content of the top and bottom table?

I appreciate your help.

Here is my page code:

<apex:page standardcontroller="PMCQuote__c">
<apex:messages />
<apex:detail relatedlist="false" inlineedit="true">
<apex:form >
/apex:form
/apex:detail

 <apex:outputpanel > 
 <apex:form >
    <c:tableGrid type="Select_New_Machine__c" 
                     title="Select New Machine"
                     gridPageId="readonly"
                     fields="Name,PMCQuote__c" 
                     filter="PMCQuote__c = '{!PMCQuote__c}'" 
                     sortBy="Name" 
                     sortDescending="true"
                     mode="edit"
                     customizeFields="false"
                     customizeFilter="false"
                     pageSize="4" /> 
 </apex:form>
 </apex:outputpanel>

 <apex:outputpanel >   
           <apex:relatedlist list="Re_Configure_Machine__r" title="Re-Configure Machine"/>
           <apex:relatedlist list="NET_Charges_Addl_Products_Services__r" title="NET Charges & Addl Products/Services"/>
 </apex:outputpanel>

 <apex:outputpanel > 
 <apex:form >
    <c:tableGrid type="SMP__c" 
                     title="SMP"
                     gridPageId="readonly"
                     fields="Name,Program_Name__c,Type__c,RSA_Used__c,Price_Discount__c,PMCQuote__c" 
                     filter="PMCQuote__c = '{!PMCQuote__c}'" 
                     sortBy="Name" 
                     sortDescending="true"
                     mode="edit"
                     customizeFields="false"
                     customizeFilter="false"
                     pageSize="10" /> 
 </apex:form>
 </apex:outputpanel>

 <apex:outputpanel >
           <apex:relatedlist list="Special_Programs__r" title="Special Programs"/>
            <apex:relatedlist list="Trade_In__r" title="Trade Ins"/>
            <apex:relatedlist list="Financing__r" title="Financing"/>
            <apex:relatedlist list="Quote_to_Customer_Information__r" title="Displayed Info on Customer Quote"/>
  </apex:outputpanel>     
</apex:page>

Hi cjsigler,

I am struggling with the same issue deploying to my Salesforce environment. You mention "I removed the Profile and installed all files."

How did remove the Profile from the deployment?

Thanks,
Joel

I was never able to get the application to install properly. Instead I saved locally and copied files as needed into Mavensmate (Salesforce). Sadly, I was not able to use TableGrid due to limitations, but had to create what I needed from scratch.

Ahhh, that makes sense. Thanks for the info.
May I ask what the limitations were in TableGrid that lead you to creating your own?

I'm having the same problem, can't deploy to the sandbox. Get this error message, and none of the components are present afterwards. Anyone find a way to solve this?

Other packages online seem to have this problem, looks like the only solution is to remove the profile permission, or just the whole profile from the component install. Is there a way to do this easily?

If not, is there any chance the owner of this could remove the profile from the package, others seem to have had this problem. It seems a shame that such a great looking package should become so problematic to install.

I finally removed the problematic profile. The repo should now install without any failure. Thanks for you interest in this repo and you patience ;-)