I'm new to Rules and relatively new to PHP and may have missed this in the documentation.
To make it clear, member is member of the organization while user is a user on the website. Organization members may or may not want to use the website.
Currently, I have a rule that triggers on user login that checks information against an organizational member database. If it finds a match based on information in the Content Profile, it adds a "Member" role to the user. This part is working great. What I would like to also do is keep track of the "member" record and either populate some additional fields in the User's profile or have a node reference field that points to the the member node. It currently looks like I need to run the database query again but that doesn't seem very efficient.
Is there some way to do this?
Thanks