tomansley / SimpliListViews

Salesforce List Views App Package
GNU General Public License v3.0
0 stars 0 forks source link

simpliUIListViews component no longer returning records for certain objects #146

Closed arozebo2 closed 1 year ago

arozebo2 commented 1 year ago

Describe the bug Created a new App Page and added the SimpliUIListViews component 3 times. One component for 3 separate objects. For 2 of the objects, list views are appearing as expected, but the records within the list views do not return. For the 3rd object, list views are appearing as expected, and the records within the list views do return.

Simpli List View Version 2.150

To Reproduce Steps to reproduce the behavior:

  1. Create new App Page.
  2. Add component "SimpliUIListViews' and set component mode = 'Single List View'. Populate Single List View Object = 'CustomObject1__c'
  3. Add component 'SimpliUIListViews' and set component mode = 'Single List View'. Populate Single List View Object = 'CustoObject2__c'
  4. Save and activate
  5. Go to App Page
  6. Results return for CustomObject1__c.
  7. For CustomObject2__c, message displays "No rows available to be displayed."
  8. Click 'Go to the original SFDC list view' button
  9. List view opens in standard tab with 50+ records returned.

Expected behavior Records for CustomObject2__c are expected to appear. This is not consistent behavior between sandbox and production. In Sandbox, the same exact objects are used, and behavior is expected. When we went to install in Production, the results are as above and have halted our production deployment.

Screenshots image image

Desktop (please complete the following information):

tomansley commented 1 year ago

Hello,

Did you set the 'Joined Field Name' for the list views. This config setting is towards the bottom of the settings. These must be set correctly otherwise the data will not show.

Thanks Tom


From: arozeperrigo @.> Sent: Saturday, April 15, 2023 4:41:17 AM To: tomansley/SimpliListViews @.> Cc: Subscribed @.***> Subject: [tomansley/SimpliListViews] simpliUIListViews component no longer returning records for certain objects (Issue #146)

Describe the bug Created a new App Page and added the SimpliUIListViews component 3 times. One component for 3 separate objects. For 2 of the objects, list views are appearing as expected, but the records within the list views do not return. For the 3rd object, list views are appearing as expected, and the records within the list views do return.

Simpli List View Version 2.150

To Reproduce Steps to reproduce the behavior:

  1. Create new App Page.
  2. Add component "SimpliUIListViews' and set component mode = 'Single List View'. Populate Single List View Object = 'CustomObject1__c'
  3. Add component 'SimpliUIListViews' and set component mode = 'Single List View'. Populate Single List View Object = 'CustoObject2__c'
  4. Save and activate
  5. Go to App Page
  6. Results return for CustomObject1__c.
  7. For CustomObject2__c, message displays "No rows available to be displayed."
  8. Click 'Go to the original SFDC list view' button
  9. List view opens in standard tab with 50+ records returned.

Expected behavior Records for CustomObject2__c are expected to appear. This is not consistent behavior between sandbox and production. In Sandbox, the same exact objects are used, and behavior is expected. When we went to install in Production, the results are as above and have halted our production deployment.

Screenshots [image]https://user-images.githubusercontent.com/130811610/232179195-33d7afd2-6023-44d8-b00e-3e8b753a0c9c.png [image]https://user-images.githubusercontent.com/130811610/232179207-6a633e01-4af0-4f9c-a11a-27e976122b6a.png

Desktop (please complete the following information):

Additional context

  1. Was working in sandbox with exact intended behavior
  2. Not working in production
  3. I've uninstalled the app from production, reinstalled and still have the same issue.
  4. I have create new list views for the custom object, refreshed list views, tried to copy/paste the raw list view details from sandbox to production, and nothing works. I'm working with 2 custom objects and 1 standard (Product2). All objects work in sandbox. In Production, 1 custom object works, 1 custom object and the standard object do not work.

— Reply to this email directly, view it on GitHubhttps://github.com/tomansley/SimpliListViews/issues/146, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAC3UGNDVP7FBTEMLASPVBTXBIDE3ANCNFSM6AAAAAAW7DSJQY. You are receiving this because you are subscribed to this thread.Message ID: @.***>

tomansley commented 1 year ago

Also, there is an FAQ page that might assist. Especially this item - https://github.com/tomansley/SimpliListViews/wiki/FAQ#i-have-two-list-views-on-the-page-to-allow-for-filtering-but-when-i-select-records-from-one-the-other-does-not-filter-based-on-the-selection-1


From: arozeperrigo @.> Sent: Saturday, April 15, 2023 4:41:17 AM To: tomansley/SimpliListViews @.> Cc: Subscribed @.***> Subject: [tomansley/SimpliListViews] simpliUIListViews component no longer returning records for certain objects (Issue #146)

Describe the bug Created a new App Page and added the SimpliUIListViews component 3 times. One component for 3 separate objects. For 2 of the objects, list views are appearing as expected, but the records within the list views do not return. For the 3rd object, list views are appearing as expected, and the records within the list views do return.

Simpli List View Version 2.150

To Reproduce Steps to reproduce the behavior:

  1. Create new App Page.
  2. Add component "SimpliUIListViews' and set component mode = 'Single List View'. Populate Single List View Object = 'CustomObject1__c'
  3. Add component 'SimpliUIListViews' and set component mode = 'Single List View'. Populate Single List View Object = 'CustoObject2__c'
  4. Save and activate
  5. Go to App Page
  6. Results return for CustomObject1__c.
  7. For CustomObject2__c, message displays "No rows available to be displayed."
  8. Click 'Go to the original SFDC list view' button
  9. List view opens in standard tab with 50+ records returned.

Expected behavior Records for CustomObject2__c are expected to appear. This is not consistent behavior between sandbox and production. In Sandbox, the same exact objects are used, and behavior is expected. When we went to install in Production, the results are as above and have halted our production deployment.

Screenshots [image]https://user-images.githubusercontent.com/130811610/232179195-33d7afd2-6023-44d8-b00e-3e8b753a0c9c.png [image]https://user-images.githubusercontent.com/130811610/232179207-6a633e01-4af0-4f9c-a11a-27e976122b6a.png

Desktop (please complete the following information):

Additional context

  1. Was working in sandbox with exact intended behavior
  2. Not working in production
  3. I've uninstalled the app from production, reinstalled and still have the same issue.
  4. I have create new list views for the custom object, refreshed list views, tried to copy/paste the raw list view details from sandbox to production, and nothing works. I'm working with 2 custom objects and 1 standard (Product2). All objects work in sandbox. In Production, 1 custom object works, 1 custom object and the standard object do not work.

— Reply to this email directly, view it on GitHubhttps://github.com/tomansley/SimpliListViews/issues/146, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAC3UGNDVP7FBTEMLASPVBTXBIDE3ANCNFSM6AAAAAAW7DSJQY. You are receiving this because you are subscribed to this thread.Message ID: @.***>

arozebo2 commented 1 year ago

I don’t have it set in sandbox for 1 of the custom objects where data is not appearing, because it is the driving object. Is there a reason I need it in prod if it is the “parent”?

Alicia Rozeboom | Salesforce Product Owner Office: (269) 686-3342

From: tomansley @.> Sent: Friday, April 14, 2023 11:50 PM To: tomansley/SimpliListViews @.> Cc: Alicia Rozeboom @.>; Author @.> Subject: Re: [tomansley/SimpliListViews] simpliUIListViews component no longer returning records for certain objects (Issue #146)


WARNING: This email originated from outside of the organization. DO NOT CLICK links or open attachments unless you recognize the sender and know the content is safe.


Hello,

Did you set the 'Joined Field Name' for the list views. This config setting is towards the bottom of the settings. These must be set correctly otherwise the data will not show.

Thanks Tom


From: arozeperrigo @.<mailto:@.>> Sent: Saturday, April 15, 2023 4:41:17 AM To: tomansley/SimpliListViews @.<mailto:@.>> Cc: Subscribed @.<mailto:@.>> Subject: [tomansley/SimpliListViews] simpliUIListViews component no longer returning records for certain objects (Issue #146)

Describe the bug Created a new App Page and added the SimpliUIListViews component 3 times. One component for 3 separate objects. For 2 of the objects, list views are appearing as expected, but the records within the list views do not return. For the 3rd object, list views are appearing as expected, and the records within the list views do return.

Simpli List View Version 2.150

To Reproduce Steps to reproduce the behavior:

  1. Create new App Page.
  2. Add component "SimpliUIListViews' and set component mode = 'Single List View'. Populate Single List View Object = 'CustomObject1__c'
  3. Add component 'SimpliUIListViews' and set component mode = 'Single List View'. Populate Single List View Object = 'CustoObject2__c'
  4. Save and activate
  5. Go to App Page
  6. Results return for CustomObject1__c.
  7. For CustomObject2__c, message displays "No rows available to be displayed."
  8. Click 'Go to the original SFDC list view' button
  9. List view opens in standard tab with 50+ records returned.

Expected behavior Records for CustomObject2__c are expected to appear. This is not consistent behavior between sandbox and production. In Sandbox, the same exact objects are used, and behavior is expected. When we went to install in Production, the results are as above and have halted our production deployment.

Screenshots [image]https://user-images.githubusercontent.com/130811610/232179195-33d7afd2-6023-44d8-b00e-3e8b753a0c9c.pnghttps://urldefense.com/v3/__https:/user-images.githubusercontent.com/130811610/232179195-33d7afd2-6023-44d8-b00e-3e8b753a0c9c.png*3E__;JQ!!Lt-lukiq!TeoD_nECJ9M1k_EtDSyo_LXgc27zHhUzIZAUQ5yiSrS9jIYRubztLhnto8oMCBaCXMfZt84dhMurNrXXO5iPWNhwxzKpFQ$ [image]https://user-images.githubusercontent.com/130811610/232179207-6a633e01-4af0-4f9c-a11a-27e976122b6a.pnghttps://urldefense.com/v3/__https:/user-images.githubusercontent.com/130811610/232179207-6a633e01-4af0-4f9c-a11a-27e976122b6a.png*3E__;JQ!!Lt-lukiq!TeoD_nECJ9M1k_EtDSyo_LXgc27zHhUzIZAUQ5yiSrS9jIYRubztLhnto8oMCBaCXMfZt84dhMurNrXXO5iPWNh04Bhgog$

Desktop (please complete the following information):

Additional context

  1. Was working in sandbox with exact intended behavior
  2. Not working in production
  3. I've uninstalled the app from production, reinstalled and still have the same issue.
  4. I have create new list views for the custom object, refreshed list views, tried to copy/paste the raw list view details from sandbox to production, and nothing works. I'm working with 2 custom objects and 1 standard (Product2). All objects work in sandbox. In Production, 1 custom object works, 1 custom object and the standard object do not work.

— Reply to this email directly, view it on GitHubhttps://github.com/tomansley/SimpliListViews/issues/146https://urldefense.com/v3/__https:/github.com/tomansley/SimpliListViews/issues/146*3E__;JQ!!Lt-lukiq!TeoD_nECJ9M1k_EtDSyo_LXgc27zHhUzIZAUQ5yiSrS9jIYRubztLhnto8oMCBaCXMfZt84dhMurNrXXO5iPWNhvewqk1A$, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAC3UGNDVP7FBTEMLASPVBTXBIDE3ANCNFSM6AAAAAAW7DSJQYhttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AAC3UGNDVP7FBTEMLASPVBTXBIDE3ANCNFSM6AAAAAAW7DSJQY*3E__;JQ!!Lt-lukiq!TeoD_nECJ9M1k_EtDSyo_LXgc27zHhUzIZAUQ5yiSrS9jIYRubztLhnto8oMCBaCXMfZt84dhMurNrXXO5iPWNhStnpudg$. You are receiving this because you are subscribed to this thread.Message ID: @.<mailto:@.>>

— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/tomansley/SimpliListViews/issues/146*issuecomment-1509489799__;Iw!!Lt-lukiq!TeoD_nECJ9M1k_EtDSyo_LXgc27zHhUzIZAUQ5yiSrS9jIYRubztLhnto8oMCBaCXMfZt84dhMurNrXXO5iPWNg5mWIigg$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/A7GANWTZB65RM2FO3H3S5VTXBILE3ANCNFSM6AAAAAAW7DSJQY__;!!Lt-lukiq!TeoD_nECJ9M1k_EtDSyo_LXgc27zHhUzIZAUQ5yiSrS9jIYRubztLhnto8oMCBaCXMfZt84dhMurNrXXO5iPWNiPr3DO2Q$. You are receiving this because you authored the thread.Message ID: @.**@.>>

NOTICE: This e-mail message and any attachments are confidential and intended solely for use of the intended recipient. If you are not the intended recipient, you should not review, retransmit, convert to hard copy, copy, use or disseminate this e-mail or any attachments to it. If you have received this e-mail in error, please immediately notify us by return e-mail and delete this message and any attachments from your computer system. Please note that if this e-mail message contains a forwarded message or is a reply to a prior message, some or all of the contents of this message or any attachments may not have been produced by the sender. This notice is automatically appended to each e-mail message leaving the senders e-mail domain. Thank you. This email has been sent from an employee, representative or officer of Perrigo Company plc (a Public Limited Company registered in Ireland under the registration number 529592 and having its registered office at The Sharp Building, Hogan Place, Dublin 2, D02 TY74, Ireland) or one of its subsidiary companies. Further information on the Perrigo Group can be found at www.perrigo.com

tomansley commented 1 year ago

Hello,

I have recently discovered a bug which might have been causing the issues you were experiencing. I am almost finished resolving the issue and will send you a link to the new package for testing.

I should have the new package to you in a couple of days.

Cheers Tom

On Sat, Apr 15, 2023 at 5:30 AM arozebo2 @.***> wrote:

I don’t have it set in sandbox for 1 of the custom objects where data is not appearing, because it is the driving object. Is there a reason I need it in prod if it is the “parent”?

Alicia Rozeboom | Salesforce Product Owner Office: (269) 686-3342

From: tomansley @.> Sent: Friday, April 14, 2023 11:50 PM To: tomansley/SimpliListViews @.> Cc: Alicia Rozeboom @.>; Author @.> Subject: Re: [tomansley/SimpliListViews] simpliUIListViews component no longer returning records for certain objects (Issue #146)


WARNING: This email originated from outside of the organization. DO NOT CLICK links or open attachments unless you recognize the sender and know the content is safe.


Hello,

Did you set the 'Joined Field Name' for the list views. This config setting is towards the bottom of the settings. These must be set correctly otherwise the data will not show.

Thanks Tom


From: arozeperrigo @.<mailto:@.>> Sent: Saturday, April 15, 2023 4:41:17 AM To: tomansley/SimpliListViews @.<mailto:@.>> Cc: Subscribed @.<mailto:@.>> Subject: [tomansley/SimpliListViews] simpliUIListViews component no longer returning records for certain objects (Issue #146)

Describe the bug Created a new App Page and added the SimpliUIListViews component 3 times. One component for 3 separate objects. For 2 of the objects, list views are appearing as expected, but the records within the list views do not return. For the 3rd object, list views are appearing as expected, and the records within the list views do return.

Simpli List View Version 2.150

To Reproduce Steps to reproduce the behavior:

  1. Create new App Page.
  2. Add component "SimpliUIListViews' and set component mode = 'Single List View'. Populate Single List View Object = 'CustomObject1__c'
  3. Add component 'SimpliUIListViews' and set component mode = 'Single List View'. Populate Single List View Object = 'CustoObject2__c'
  4. Save and activate
  5. Go to App Page
  6. Results return for CustomObject1__c.
  7. For CustomObject2__c, message displays "No rows available to be displayed."
  8. Click 'Go to the original SFDC list view' button
  9. List view opens in standard tab with 50+ records returned.

Expected behavior Records for CustomObject2__c are expected to appear. This is not consistent behavior between sandbox and production. In Sandbox, the same exact objects are used, and behavior is expected. When we went to install in Production, the results are as above and have halted our production deployment.

Screenshots [image]< https://user-images.githubusercontent.com/130811610/232179195-33d7afd2-6023-44d8-b00e-3e8b753a0c9c.png

< https://urldefense.com/v3/__https:/user-images.githubusercontent.com/130811610/232179195-33d7afd2-6023-44d8-b00e-3e8b753a0c9c.png*3E__;JQ!!Lt-lukiq!TeoD_nECJ9M1k_EtDSyo_LXgc27zHhUzIZAUQ5yiSrS9jIYRubztLhnto8oMCBaCXMfZt84dhMurNrXXO5iPWNhwxzKpFQ$>

[image]< https://user-images.githubusercontent.com/130811610/232179207-6a633e01-4af0-4f9c-a11a-27e976122b6a.png

< https://urldefense.com/v3/__https:/user-images.githubusercontent.com/130811610/232179207-6a633e01-4af0-4f9c-a11a-27e976122b6a.png*3E__;JQ!!Lt-lukiq!TeoD_nECJ9M1k_EtDSyo_LXgc27zHhUzIZAUQ5yiSrS9jIYRubztLhnto8oMCBaCXMfZt84dhMurNrXXO5iPWNh04Bhgog$>

Desktop (please complete the following information):

  • Browser: Chrome

Additional context

  1. Was working in sandbox with exact intended behavior
  2. Not working in production
  3. I've uninstalled the app from production, reinstalled and still have the same issue.
  4. I have create new list views for the custom object, refreshed list views, tried to copy/paste the raw list view details from sandbox to production, and nothing works. I'm working with 2 custom objects and 1 standard (Product2). All objects work in sandbox. In Production, 1 custom object works, 1 custom object and the standard object do not work.

— Reply to this email directly, view it on GitHub< https://github.com/tomansley/SimpliListViews/issues/146>< https://urldefense.com/v3/__https:/github.com/tomansley/SimpliListViews/issues/146*3E__;JQ!!Lt-lukiq!TeoD_nECJ9M1k_EtDSyo_LXgc27zHhUzIZAUQ5yiSrS9jIYRubztLhnto8oMCBaCXMfZt84dhMurNrXXO5iPWNhvewqk1A$>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/AAC3UGNDVP7FBTEMLASPVBTXBIDE3ANCNFSM6AAAAAAW7DSJQY

< https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AAC3UGNDVP7FBTEMLASPVBTXBIDE3ANCNFSM6AAAAAAW7DSJQY*3E__;JQ!!Lt-lukiq!TeoD_nECJ9M1k_EtDSyo_LXgc27zHhUzIZAUQ5yiSrS9jIYRubztLhnto8oMCBaCXMfZt84dhMurNrXXO5iPWNhStnpudg$>.

You are receiving this because you are subscribed to this thread.Message ID: @.<mailto:@.>>

— Reply to this email directly, view it on GitHub< https://urldefense.com/v3/__https:/github.com/tomansley/SimpliListViews/issues/146*issuecomment-1509489799__;Iw!!Lt-lukiq!TeoD_nECJ9M1k_EtDSyo_LXgc27zHhUzIZAUQ5yiSrS9jIYRubztLhnto8oMCBaCXMfZt84dhMurNrXXO5iPWNg5mWIigg$>, or unsubscribe< https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/A7GANWTZB65RM2FO3H3S5VTXBILE3ANCNFSM6AAAAAAW7DSJQY__;!!Lt-lukiq!TeoD_nECJ9M1k_EtDSyo_LXgc27zHhUzIZAUQ5yiSrS9jIYRubztLhnto8oMCBaCXMfZt84dhMurNrXXO5iPWNiPr3DO2Q$>.

You are receiving this because you authored the thread.Message ID: @.**@.>>

NOTICE: This e-mail message and any attachments are confidential and intended solely for use of the intended recipient. If you are not the intended recipient, you should not review, retransmit, convert to hard copy, copy, use or disseminate this e-mail or any attachments to it. If you have received this e-mail in error, please immediately notify us by return e-mail and delete this message and any attachments from your computer system. Please note that if this e-mail message contains a forwarded message or is a reply to a prior message, some or all of the contents of this message or any attachments may not have been produced by the sender. This notice is automatically appended to each e-mail message leaving the senders e-mail domain. Thank you. This email has been sent from an employee, representative or officer of Perrigo Company plc (a Public Limited Company registered in Ireland under the registration number 529592 and having its registered office at The Sharp Building, Hogan Place, Dublin 2, D02 TY74, Ireland) or one of its subsidiary companies. Further information on the Perrigo Group can be found at www.perrigo.com

— Reply to this email directly, view it on GitHub https://github.com/tomansley/SimpliListViews/issues/146#issuecomment-1509721416, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAC3UGPPPS6QRWXVUQBCLQ3XBJ2FPANCNFSM6AAAAAAW7DSJQY . You are receiving this because you commented.Message ID: @.***>

arozebo2 commented 1 year ago

Thank you for the update!

Alicia Rozeboom | Salesforce Product Owner Office: (269) 686-3342

From: tomansley @.> Sent: Friday, July 7, 2023 11:48 PM To: tomansley/SimpliListViews @.> Cc: Alicia Rozeboom @.>; Author @.> Subject: Re: [tomansley/SimpliListViews] simpliUIListViews component no longer returning records for certain objects (Issue #146)


WARNING: This email originated from outside of the organization. DO NOT CLICK links or open attachments unless you recognize the sender and know the content is safe.


Hello,

I have recently discovered a bug which might have been causing the issues you were experiencing. I am almost finished resolving the issue and will send you a link to the new package for testing.

I should have the new package to you in a couple of days.

Cheers Tom

On Sat, Apr 15, 2023 at 5:30 AM arozebo2 @.<mailto:@.>> wrote:

I don’t have it set in sandbox for 1 of the custom objects where data is not appearing, because it is the driving object. Is there a reason I need it in prod if it is the “parent”?

Alicia Rozeboom | Salesforce Product Owner Office: (269) 686-3342

From: tomansley @.<mailto:@.>> Sent: Friday, April 14, 2023 11:50 PM To: tomansley/SimpliListViews @.<mailto:@.>> Cc: Alicia Rozeboom @.<mailto:@.>>; Author @.<mailto:@.>> Subject: Re: [tomansley/SimpliListViews] simpliUIListViews component no longer returning records for certain objects (Issue #146)


WARNING: This email originated from outside of the organization. DO NOT CLICK links or open attachments unless you recognize the sender and know the content is safe.


Hello,

Did you set the 'Joined Field Name' for the list views. This config setting is towards the bottom of the settings. These must be set correctly otherwise the data will not show.

Thanks Tom


From: arozeperrigo @.<mailto:@.mailto:***@***.***%3cmailto:***@***.***>> Sent: Saturday, April 15, 2023 4:41:17 AM To: tomansley/SimpliListViews @.<mailto:@.mailto:***@***.***%3cmailto:***@***.***>> Cc: Subscribed @.<mailto:@.mailto:***@***.***%3cmailto:***@***.***>> Subject: [tomansley/SimpliListViews] simpliUIListViews component no longer returning records for certain objects (Issue #146)

Describe the bug Created a new App Page and added the SimpliUIListViews component 3 times. One component for 3 separate objects. For 2 of the objects, list views are appearing as expected, but the records within the list views do not return. For the 3rd object, list views are appearing as expected, and the records within the list views do return.

Simpli List View Version 2.150

To Reproduce Steps to reproduce the behavior:

  1. Create new App Page.
  2. Add component "SimpliUIListViews' and set component mode = 'Single List View'. Populate Single List View Object = 'CustomObject1__c'
  3. Add component 'SimpliUIListViews' and set component mode = 'Single List View'. Populate Single List View Object = 'CustoObject2__c'
  4. Save and activate
  5. Go to App Page
  6. Results return for CustomObject1__c.
  7. For CustomObject2__c, message displays "No rows available to be displayed."
  8. Click 'Go to the original SFDC list view' button
  9. List view opens in standard tab with 50+ records returned.

Expected behavior Records for CustomObject2__c are expected to appear. This is not consistent behavior between sandbox and production. In Sandbox, the same exact objects are used, and behavior is expected. When we went to install in Production, the results are as above and have halted our production deployment.

Screenshots [image]< https://user-images.githubusercontent.com/130811610/232179195-33d7afd2-6023-44d8-b00e-3e8b753a0c9c.pnghttps://urldefense.com/v3/__https:/user-images.githubusercontent.com/130811610/232179195-33d7afd2-6023-44d8-b00e-3e8b753a0c9c.png__;!!Lt-lukiq!XHY-ZGhbyrenBhckZg7WU7ZxFBIlDnqwu_Gxh3byCjqIR7dUouHMOZqQjC7shefKtDq0DStv3h11SfZXathrGEnIT0EKFQ$

< https://urldefense.com/v3/__https:/user-images.githubusercontent.com/130811610/232179195-33d7afd2-6023-44d8-b00e-3e8b753a0c9c.png*3E__;JQ!!Lt-lukiq!TeoD_nECJ9M1k_EtDSyo_LXgc27zHhUzIZAUQ5yiSrS9jIYRubztLhnto8oMCBaCXMfZt84dhMurNrXXO5iPWNhwxzKpFQ$%3E

[image]< https://user-images.githubusercontent.com/130811610/232179207-6a633e01-4af0-4f9c-a11a-27e976122b6a.pnghttps://urldefense.com/v3/__https:/user-images.githubusercontent.com/130811610/232179207-6a633e01-4af0-4f9c-a11a-27e976122b6a.png__;!!Lt-lukiq!XHY-ZGhbyrenBhckZg7WU7ZxFBIlDnqwu_Gxh3byCjqIR7dUouHMOZqQjC7shefKtDq0DStv3h11SfZXathrGEnnPLKq2w$

< https://urldefense.com/v3/__https:/user-images.githubusercontent.com/130811610/232179207-6a633e01-4af0-4f9c-a11a-27e976122b6a.png*3E__;JQ!!Lt-lukiq!TeoD_nECJ9M1k_EtDSyo_LXgc27zHhUzIZAUQ5yiSrS9jIYRubztLhnto8oMCBaCXMfZt84dhMurNrXXO5iPWNh04Bhgog$%3E

Desktop (please complete the following information):

  • Browser: Chrome

Additional context

  1. Was working in sandbox with exact intended behavior
  2. Not working in production
  3. I've uninstalled the app from production, reinstalled and still have the same issue.
  4. I have create new list views for the custom object, refreshed list views, tried to copy/paste the raw list view details from sandbox to production, and nothing works. I'm working with 2 custom objects and 1 standard (Product2). All objects work in sandbox. In Production, 1 custom object works, 1 custom object and the standard object do not work.

— Reply to this email directly, view it on GitHub< https://github.com/tomansley/SimpliListViews/issues/146><https://urldefense.com/v3/__https:/github.com/tomansley/SimpliListViews/issues/146*3E*3C__;JSU!!Lt-lukiq!XHY-ZGhbyrenBhckZg7WU7ZxFBIlDnqwu_Gxh3byCjqIR7dUouHMOZqQjC7shefKtDq0DStv3h11SfZXathrGElryAM-Zg$ https://urldefense.com/v3/__https:/github.com/tomansley/SimpliListViews/issues/146*3E__;JQ!!Lt-lukiq!TeoD_nECJ9M1k_EtDSyo_LXgc27zHhUzIZAUQ5yiSrS9jIYRubztLhnto8oMCBaCXMfZt84dhMurNrXXO5iPWNhvewqk1A$%3E, or unsubscribe< https://github.com/notifications/unsubscribe-auth/AAC3UGNDVP7FBTEMLASPVBTXBIDE3ANCNFSM6AAAAAAW7DSJQYhttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AAC3UGNDVP7FBTEMLASPVBTXBIDE3ANCNFSM6AAAAAAW7DSJQY__;!!Lt-lukiq!XHY-ZGhbyrenBhckZg7WU7ZxFBIlDnqwu_Gxh3byCjqIR7dUouHMOZqQjC7shefKtDq0DStv3h11SfZXathrGEma9pupEA$

< https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AAC3UGNDVP7FBTEMLASPVBTXBIDE3ANCNFSM6AAAAAAW7DSJQY*3E__;JQ!!Lt-lukiq!TeoD_nECJ9M1k_EtDSyo_LXgc27zHhUzIZAUQ5yiSrS9jIYRubztLhnto8oMCBaCXMfZt84dhMurNrXXO5iPWNhStnpudg$%3E.

You are receiving this because you are subscribed to this thread.Message ID: @.<mailto:@.mailto:***@***.***%3cmailto:***@***.***>>

— Reply to this email directly, view it on GitHub< https://urldefense.com/v3/__https:/github.com/tomansley/SimpliListViews/issues/146*issuecomment-1509489799__;Iw!!Lt-lukiq!TeoD_nECJ9M1k_EtDSyo_LXgc27zHhUzIZAUQ5yiSrS9jIYRubztLhnto8oMCBaCXMfZt84dhMurNrXXO5iPWNg5mWIigg$%3E, or unsubscribe< https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/A7GANWTZB65RM2FO3H3S5VTXBILE3ANCNFSM6AAAAAAW7DSJQY__;!!Lt-lukiq!TeoD_nECJ9M1k_EtDSyo_LXgc27zHhUzIZAUQ5yiSrS9jIYRubztLhnto8oMCBaCXMfZt84dhMurNrXXO5iPWNiPr3DO2Q$%3E.

You are receiving this because you authored the thread.Message ID: @.**@.mailto:***@***.******@***.***>>

NOTICE: This e-mail message and any attachments are confidential and intended solely for use of the intended recipient. If you are not the intended recipient, you should not review, retransmit, convert to hard copy, copy, use or disseminate this e-mail or any attachments to it. If you have received this e-mail in error, please immediately notify us by return e-mail and delete this message and any attachments from your computer system. Please note that if this e-mail message contains a forwarded message or is a reply to a prior message, some or all of the contents of this message or any attachments may not have been produced by the sender. This notice is automatically appended to each e-mail message leaving the senders e-mail domain. Thank you. This email has been sent from an employee, representative or officer of Perrigo Company plc (a Public Limited Company registered in Ireland under the registration number 529592 and having its registered office at The Sharp Building, Hogan Place, Dublin 2, D02 TY74, Ireland) or one of its subsidiary companies. Further information on the Perrigo Group can be found at http://www.perrigo.com

— Reply to this email directly, view it on GitHub https://github.com/tomansley/SimpliListViews/issues/146#issuecomment-1509721416https://urldefense.com/v3/__https:/github.com/tomansley/SimpliListViews/issues/146*issuecomment-1509721416*3E__;IyU!!Lt-lukiq!XHY-ZGhbyrenBhckZg7WU7ZxFBIlDnqwu_Gxh3byCjqIR7dUouHMOZqQjC7shefKtDq0DStv3h11SfZXathrGEm5ZqyMdQ$, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAC3UGPPPS6QRWXVUQBCLQ3XBJ2FPANCNFSM6AAAAAAW7DSJQYhttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AAC3UGPPPS6QRWXVUQBCLQ3XBJ2FPANCNFSM6AAAAAAW7DSJQY*3E__;JQ!!Lt-lukiq!XHY-ZGhbyrenBhckZg7WU7ZxFBIlDnqwu_Gxh3byCjqIR7dUouHMOZqQjC7shefKtDq0DStv3h11SfZXathrGEluse0-iQ$ . You are receiving this because you commented.Message ID: @.<mailto:@.>>

— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/tomansley/SimpliListViews/issues/146*issuecomment-1626714918__;Iw!!Lt-lukiq!XHY-ZGhbyrenBhckZg7WU7ZxFBIlDnqwu_Gxh3byCjqIR7dUouHMOZqQjC7shefKtDq0DStv3h11SfZXathrGEn0b07eWg$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/A7GANWXXIQDFHVHCR6YAKG3XPDJ6HANCNFSM6AAAAAAW7DSJQY__;!!Lt-lukiq!XHY-ZGhbyrenBhckZg7WU7ZxFBIlDnqwu_Gxh3byCjqIR7dUouHMOZqQjC7shefKtDq0DStv3h11SfZXathrGEluFdVRbg$. You are receiving this because you authored the thread.Message ID: @.**@.>>

NOTICE: This e-mail message and any attachments are confidential and intended solely for use of the intended recipient. If you are not the intended recipient, you should not review, retransmit, convert to hard copy, copy, use or disseminate this e-mail or any attachments to it. If you have received this e-mail in error, please immediately notify us by return e-mail and delete this message and any attachments from your computer system. Please note that if this e-mail message contains a forwarded message or is a reply to a prior message, some or all of the contents of this message or any attachments may not have been produced by the sender. This notice is automatically appended to each e-mail message leaving the senders e-mail domain. Thank you. This email has been sent from an employee, representative or officer of Perrigo Company plc (a Public Limited Company registered in Ireland under the registration number 529592 and having its registered office at The Sharp Building, Hogan Place, Dublin 2, D02 TY74, Ireland) or one of its subsidiary companies. Further information on the Perrigo Group can be found at www.perrigo.com

tomansley commented 1 year ago

Issue resolved in v2.155