Thank you. This is what I was looking for appreciate your help.
I gound the issue... It neede to use the right email sender at this point it was using NullemailSender. I wish this could have been in docomentation. Might be on the abp framework side however is not in the AspNet zero Docs.
Thank you @musa.demir for the solution. Any idea when the new release of the tools will be in place ?
Hi Zony,
Thansk for your answer however i was looking for something a little structured like DataFilters, as you Said Organization managment will be a good place , are there implemented filters or custom data filters I could use for the organizaiton Unit ?
if you are refering to the entity i am working on ths will be the file:
{ "IsRegenerate": false, "MenuPosition": "main", "RelativeNamespace": "CcmMain", "EntityName": "Schedule", "EntityNamePlural": "Schedules", "TableName": "Schedules", "PrimaryKeyType": "int", "BaseClass": "Entity", "EntityHistory": false, "AutoMigration": true, "UpdateDatabase": true, "CreateUserInterface": true, "CreateViewOnly": true, "CreateExcelExport": false, "IsNonModalCRUDPage": true, "IsMasterDetailPage": false, "PagePermission": { "Host": true, "Tenant": true }, "Properties": [ { "Name": "ScheduleName", "Type": "string", "MaxLength": 150, "MinLength": 1, "Range": { "IsRangeSet": false, "MinimumValue": 0.0, "MaximumValue": 0.0 }, "Required": true, "Nullable": false, "Regex": "", "UserInterface": { "AdvancedFilter": true, "List": true, "CreateOrUpdate": true } }, { "Name": "ScheduleType", "Type": "string", "MaxLength": 150, "MinLength": 1, "Range": { "IsRangeSet": false, "MinimumValue": 0.0, "MaximumValue": 0.0 }, "Required": true, "Nullable": false, "Regex": "", "UserInterface": { "AdvancedFilter": true, "List": true, "CreateOrUpdate": true } } ], "NavigationProperties": [], "NavigationPropertyOneToManyTables": [], "EnumDefinitions": [], "DbContext": null }
Well no value es set as the record does not get created. And the message says created succesfully.
Still this only works for the "user" entity only. How can i use dynamic entities for my newly created enitity.
I dont belive the navigation porpertiens will create a one to many as master detail like an invoice header / invoice detail lines. Is this feature coming any time soon ?