Discussions

Tag Filter:
I currently am using the template builder to build a view for a client and trying to limit a xmod:CommandButton to only be visible by DNN users with the role 'Administrators'. The view is visible by all users so we do not want all users to able to execute this custom command button.Thanks.
I created a template from table "ProjectData" and I want to show only the results that match for the current logged in user id -> Example: <ListDataSource CommandText="SELECT [id], [UserID], [field1], [field2] FROM ProjectData WHERE [UserID] = [[User:ID]] "/> This throws an error. Is there another possibility? Best regards