• Pat Harris 8
  • NEWBIE
  • 10 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies
I'm trying to get the date in a SOQL query but contine to get an error...
I'm not a developer btw. Here is the query:
"​​​​​Select Assignee.Id, Assignee.Name,  PermissionSetLicense.MasterLabel 
From PermissionSetLicenseAssign
Where PermissionSetLicense.MasterLabel in ('Salesforce CPQ License')"
We know this is a known issue. We have tried the work-around of cloning the flows, this did not work. How else can this be solved, it affects all of our sales teams.
Error: unable to parse field as dataType could not be retrieved for the passed field: RawFieldImpl[tableName: OpportunityFieldHistory, columnName: OldvalString].
I'm trying to get the date in a SOQL query but contine to get an error...
I'm not a developer btw. Here is the query:
"​​​​​Select Assignee.Id, Assignee.Name,  PermissionSetLicense.MasterLabel 
From PermissionSetLicenseAssign
Where PermissionSetLicense.MasterLabel in ('Salesforce CPQ License')"
We know this is a known issue. We have tried the work-around of cloning the flows, this did not work. How else can this be solved, it affects all of our sales teams.
Error: unable to parse field as dataType could not be retrieved for the passed field: RawFieldImpl[tableName: OpportunityFieldHistory, columnName: OldvalString].