.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

FORMULA LANGUAGE


@DocParentNumber
Example

In a column or window title formula, returns a string that represents the entry number of the parent view entry. Both the current view entry and the parent can be either documents or categories.

Syntax

@DocParentNumber
@DocParentNumber(
separator )
@DocParentNumber( "" )

Parameters

separator


""
Return value

docNum


Usage

Use @DocParentNumber in column and window title formulas. If you use it in a field formula or window title formula, no result is displayed until the document has been saved and reopened. This function does not work in any other formula.

To determine the number for the current entry, use @DocNumber instead.

You cannot use this function in Web applications, except in column formulas.

Language cross-reference

GetPosition method of LotusScript NotesViewEntry class

getPosition method of Java ViewEntry class

Example
See Also