• Dheeraj.Pandey
  • NEWBIE
  • 27 Points
  • Member since 2015
  • Application Engineer
  • Google Inc


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
What is the regex for the GST number in India. You can read more about the GST numbers from https://cleartax.in/s/know-your-gstin On a summary level the number is represented as:
  1. List itemThe first two digits of this number will represent the state code as per Indian Census 2011
  2. The next ten digits will be the PAN number of the taxpayer
  3. The thirteenth digit will be assigned based on the number of registration within a state
  4. The fourteenth digit will be Z by default
  5. The last digit will be for check code

Hi all,

 

I'm trying to figure out how to find the Id of the account the current user is associated with. I want to limit a query to find only records associated with that account. I thought there was a $User.account or something, but there doesn't seem to be. Any ideas?

 

Thanks,

Sam