Buttons to Enable and Manage Portal Users

You will have to do the URL deconstruction regardless of where the button is coming from, but if you follow the general steps laid out above, I think you should be able to get Person Account buttons to work.

Just make sure that the fields you are passing into the redirect are actually live in your model when you attempt to pass them along. Use the console and our Model API to query what is actually in the model. The syntax in the console is “skuid.model.getModel(‘’).data” (Where you replace with your actual model name). This will show what is really in the client.

You may also try the ID15 value in your redirect as well as the regular ID (which is 18 characters). Again - when you deconstruct the standard button URL count your ID length to get the correct item.

Hope it works.