Skip to content
Discussion options

You must be logged in to vote

After doing some research I found the issue it was a combination of two things. First, I had to correct my code to the following which still needs some work:

    protected override async void OnPropertyChanged(IPropertyInfo propertyInfo)
    {
        base.OnPropertyChanged(propertyInfo);
        if (propertyInfo == StatusIDProperty)
        {
            if (StatusID != Guid.Parse("00000000-0000-0000-0000-000000000000"))
            {
                LookUpTableInfoPortal = ApplicationContext.GetRequiredService<IDataPortal<LookUpTableInfo>>();
                LookUpTableFactory objLookFactory = new LookUpTableFactory(LookUpTableInfoPortal);
                Task<LookUpTableInfo> objStatus…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jhuerta3
Comment options

Comment options

You must be logged in to vote
1 reply
@rockfordlhotka
Comment options

Answer selected by jhuerta3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants