Here is what happened on TAP 2/27/2019

Here is what happened on TAP 2/27/2019

Anyone Else? (3)

People Discussed Increase in "Form failure" errors?

Try removing slashes, i.e. / and \ from the doc title itself, and also try duplicating the form, deleting the old version, and renaming the new one back to what it was. I have seen weird issues with old documents that were created from a long time ago. Just be careful when doing this and make sure that you don't need to re-add the print form back in to any forms groups and/or re-attach it in doc settings.

We've been seeing this glitch come up more often lately: image.png Anyone else seeing this more often? It seems to fix itself eventually, but I'm not sure why we're getting it more often or what I can recommend when it happens.

Topic Created multiple blank records for VOE

has anyone come across an issue where blank multiple VOE screens are being created in Encompass?

Help! (17)

People Discussed Completing App Date without EM Alert

We did the same thing. The disclosure desk was the only persona (apart from managers) with the ability manually add a disclosure tracking event and were trained to include that as part of the process for disclosing a HELOC. It wasn't a big deal for our compliance team as the HELOCs are portfolio products and we're still able to show that they were disclosed with the correct documents and in the correct timeframe.

We are currently creating a fake disclosure tracking entry for the LE & SSPL and using the standard Send Initial Disclosures alert.

Topic Created Date Field in Custom Print Form

Has anyone inserted a custom date field into a custom print form but made it so that when it prints, it comes out written as a long date? For ex. if you enter 2/27/19 in an input form and then have that field autofill on a print form, how do you get it to read 27th of February, 2019 instead of 2/27/19?

People Discussed Disabled screen

Gotcha. I used xxxxx's idea and just disabled the screen. Kind of a heavy handed approach but I like it. :) They can still see the screen, but a message is displayed saying there are no CoBorrowers. thank you!

Yeah I would recommend what others have said and manipulate the controls on the form. Particularly if the form is NOT loaded in a popup and is the parent form loaded in the LoansScreen, there isn't really a way to "close" it, rather you would have to tell the code to load a different form instead if the applicable criteria was met.

I use the following in form load to disable by persona and it seems to work fine, also issuing a message box: Although, if your form is presented by pop-up from a different form, that could be problematic. dim currentUserPersonas as string = loan.fields("CX.PersonaSet").value.ToString() if currentUserPersonas.contains("Bad Persona") then form1.enabled = false Macro.Alert("Form Not Accessible to Bad Persona Users")

I did try that. I can get a message box to display but the screen never gets closed. I had another idea. If no CoBorrower, disable all fields on the screen and a show "No CoBorrower" label on the screen....

I've never done it before, but I would think you could use the form load event to hide the form element if 1873 is blank.

Is it possible to prevent users from opening a screen? For example, we have a form that holds CoBorrower information. If there is no CoBorrower (field 1873 is blank), how does one go about not allowing the screen to be opened or viewed?

People Discussed HMDA Submission Website

when I was using internet explorer, this happened to me also. someone told me to try to chrome and when I used to chrome , the system worked very quickly. not sure what you are using but try this if you are currently using internet explorer.

Did we break the HMDA website? When I log in, after uploading my .txt file I see this. image.png Then I click on "View Progress" and it takes hours - did it overnight and gets stuck here and times out, logs me out. Yes I've sent HMDA help an e-mail. This is my first time. image.png

People Discussed Home Tab

I use HTML to embed images and other stuff into the admin whiteboard and it works particularly well. If It's not loading I would imagine it's some setting in IE (I think that's what Encompass uses to render this stuff).

Does anyone know how to get a photo, gif, or video on the Home Tab on the Admin Whiteboard? I tried linking a video from YouTube and after it worked for a few tries, then error messages were coming up saying it was potentially dangerous and would not go to that URL. Any thoughts?

People Discussed Update Field based off another field that could change

You could create field triggers for when your source fields change, i.e. 3380, 3382, & 3384. A trigger for 3380 might look like this: IgnoreValidationErrors Dim branchNames() As String = {"Branch Name 1", "Branch Name 2", "Branch Name 3", "Branch Name 4"} For Each branch As String In branchNames If e.NewValue = branch Then [PM11] = [3381] Exit For End If Next Then you could add additional activation triggers for 3382 & 3384, modifying the advanced code to use the...

I'm looking at updating one field based off what the value is in another field that gets populated from EPPS but in certain scenarios that field could be located under a different field ID. For example if 3380 = a branch name then update PM11 with the value in 3381, if 3382 = a branch name update PM11 with the value of 3383, and if 3384 = a branch name update PM11 with the vaule of 3385. There are 4...

Topic Created User has "X" icon in some fields after doing "RemoveUAC"

We've tried uninstalling and reinstalling and still receiving the "X" icon... Any suggestions on how to handle this?

Topic Created VA Refinance NTB

I'm curious, how is everyone dealing with VA Refinance NTB until the update in March. The guidance in the Encompass Knowledge Article 00017070 says to use the Borrower's Reasonable Tangible Net Benefit textbox (field NTB.X59) as a free-form for these. However, when we print the NTB Disclosure form, the text in that box gets trimmed to three lines, anything past those first three lines does not get printed. This is an issue as there are 7 things that can/need to...

Issue (3)

People Discussed VA LTV Cashout

Related to this, does anyone know if Ellie Mae is planning to update the LTV calculations to reflect total loan amount/appraised value instead of base loan amount/appraised value on VA Cash Out Refis? Or is there maybe some field I'm missing that was locked down in an update preventing my LTV from recalculating?

People Discussed HMDA Discount Points NA

The HMDA Data Guide is pretty confusing but I suggest referring to it instead of release notes. There is an NA in all cases rule for hmda.x35, and if any one of these is true then you get the NA. - The CD Required drop-down field HMDA.X121 is No. ? The loan is a reverse mortgage (field ID HMDA.X56). ? The loan is an open-ended line of credit (field ID HMDA.X57). ? The loan is primarily for a business or...

I am thinking about opening a case for this - but the logic is not working as they describe...If you change 1 of the answers such as Business or Commercial Purpose - #1 - it IS for Business or Commercial Purpose and even if CD says yes - it wipes out the Discount Point $ and puts NA. I understand that some people need the NA's - but we actually need and want the $. This is working against us....


Visit TAP for more information.

Powered by KensieMae

要查看或添加评论,请登录

社区洞察

其他会员也浏览了