How to disable audit logs ? For all tenants in code?
I want to add the file upload demo to the phonebook examples popup.
Question : does the same controller control the actions for the index and create person popup.
Reason: want to know if a new controller is needed for the popup or not?
Upgraded to 4.3 and applied phone book walk through . Issue is gone
I've created a custom field for Tenant called TenantCustomRefNumber
I want to access it from the phonebook _CreatePersonModal.cshtml dialog when it opens.
tried :
public async Task<PartialViewResult> CreatePersonModal()
{
Task<Tenant> _tenant = _personAppService.GetTenant();
}
however no customfields are not returned with this object.
guidance please.
where are the step to setup Google two factor - auth with aspzero.
thx
Ok but the walk through of phonebook has issues with 4.2 build.
My current production app has phonebook in it exactly like your walk through .
I created new template using 4.2 then followed steps exactly like before and it runs with errors . See other post I created today on forum on this issue.
How can I get you a copy of the solution so you can see for yourself there are issues with the walk through and 4.2 release.
if you comment out the line then run the .mvc project - do you get the same error as per screenshot i posted earlier.
be interesting to see if we are seeing the same result.
the link you provide is a little generic to explain next steps.
are you using the RestAPI option to communicate with PayPal?
can they be published in separate subdomains of the primary domain or will only separate primary domains work?