This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to select a particular record from the Lotus notes data base?

Hi Team,

I have a 50K + documents in one my lotus notes data base.
Could you please share query /  build a query for  "How to get a single document based on Unid?" in Notes migrator for SharePoint tool (NMSP Designer)

 

Regards,
Dhayanand Kalimidi
+91-9901581912

Parents
  • Hi Dhayanand,

    I believe the following formula will do what you are attempting to do

    Use the following notes formula language:
    @Lowercase(@Text(@DocumentUniqueID))="<unid number>"

    Example:
    @LowerCase(@Text(@DocumentUniqueId)) = "56dddc7931f63a4e8525788c0062ba09"

    Please note that this is beyond the typical break-fix that support is capable of handling, and support may not always be able to provide this level of assistance as this is more design/implementation.

    It is highly recommended that this be tested thoroughly in a test lab to verify you are getting the results you desire.

    Thanks

    Darin
Reply
  • Hi Dhayanand,

    I believe the following formula will do what you are attempting to do

    Use the following notes formula language:
    @Lowercase(@Text(@DocumentUniqueID))="<unid number>"

    Example:
    @LowerCase(@Text(@DocumentUniqueId)) = "56dddc7931f63a4e8525788c0062ba09"

    Please note that this is beyond the typical break-fix that support is capable of handling, and support may not always be able to provide this level of assistance as this is more design/implementation.

    It is highly recommended that this be tested thoroughly in a test lab to verify you are getting the results you desire.

    Thanks

    Darin
Children
No Data