@Command ([ToolsRefreshSelectedDocs]) - Quick Query

Hi all, Just a quick query regarding this command.

Help says it refreshes default values in computed fields but it doesn’t seem to for a computed field I have.

Following sample code in a computed field …

@If ( @IsNewDoc ; FieldName; @GetDocField ( $Ref; “FieldName” ) )

Doesn’t refresh for some reason.

Should it … ?

Thanks in advance

Andy

Subject: @Command ([ToolsRefreshSelectedDocs]) - Quick Query

Is the doc in edit mode when you execute the refresh? If not, nothing will happen.

Also, ViewRefreshFields will force a form to recomputed.

I’m assuming you’re doing this from inside the doc and not at the view level.

Subject: RE: @Command ([ToolsRefreshSelectedDocs]) - Quick Query

Hi Doug, No, I’m running it a view level.

Cheers

Andy

Subject: RE: @Command ([ToolsRefreshSelectedDocs]) - Quick Query

Problem may be with the parent, although field appears to be populated correctly. Will investigate further tomorrow.

Thanks.